aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-06 11:32:25 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-06 11:32:25 +0000
commitebdc44aea86a1fe7eace4dca91128675519171f6 (patch)
treec32b18dbd25abf530c2ffcca4e42cfa5eb28d54a /global.h
parentb3c3e0348f19125b5123d6f5c87e2cc91fd0172f (diff)
downloadbullet-lab-remix-ebdc44aea86a1fe7eace4dca91128675519171f6.tar.xz
New cgh interfage RandomEngine replacing rand(). Other small fixes.
Diffstat (limited to 'global.h')
-rw-r--r--global.h1
1 files changed, 1 insertions, 0 deletions
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;