From ebdc44aea86a1fe7eace4dca91128675519171f6 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Thu, 6 Mar 2014 11:32:25 +0000 Subject: New cgh interfage RandomEngine replacing rand(). Other small fixes. --- global.h | 1 + 1 file changed, 1 insertion(+) (limited to 'global.h') diff --git a/global.h b/global.h index 657b546..9ac0e39 100644 --- a/global.h +++ b/global.h @@ -263,6 +263,7 @@ bool IfCallLevel; bool Dis8ref,t8special; int frameskips=0,stepskips=0; bool IfShowTip=false,FadeTip=false; +RandomEngine re; hgeFont *TipFont; char lasttip[200]; int whicnt,whrcnt,shots,clrusg; -- cgit v1.2.3