summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-25 09:35:18 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-25 09:35:18 +0000
commit10923b7c3ff5d5b022d45442dfd6a83782c93e61 (patch)
tree49c7faca416e4008b644a97ba31f92918604a48d /global.h
parentfc8c1e6b20af4deb3fe755d776216d040a1621d2 (diff)
downloadbullet-lab-remix-10923b7c3ff5d5b022d45442dfd6a83782c93e61.tar.xz
Two assessment levels. Modify style in assessment mode.
Diffstat (limited to 'global.h')
-rw-r--r--global.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/global.h b/global.h
index c12c33c..755dfa7 100644
--- a/global.h
+++ b/global.h
@@ -6,7 +6,6 @@
#include <hgegui.h>
#define MaxRes 80
#define Resd 20.0f
-#define BLRVERSION "0.8.1-0_PR (b76)"
HGE *hge=0;
HEFFECT snd;
hgeQuad quad;
@@ -134,7 +133,7 @@ struct Tower
bool exist,effect;
double offset;
DWORD RendColor;
-}tower[100];
+}tower[250];
//t3t is for Tower3
//0:All 12 directions
//1:four default directions
@@ -256,7 +255,7 @@ hgeTTFont rbPanelFont;
int frameleft,infofade;
int level,part,clrtime,clrbns;
int coll,semicoll,mode,dsmc,restarts;
-double clrrange,clrrad,clrmaxrange,clrind;
+double clrrange,clrrad,clrmaxrange,clrind,assetime;
hgeSprite *clrcircle;
bool Dis8ref,t8special;
int frameskips=0,stepskips=0;
@@ -290,6 +289,7 @@ fFristStartUp,fFast;
int startLvl,startPrt,fFullScreen;
char alterLog[64];
//static const char* GLOBAL_H_FN="global.h";
+static const char* BLRVERSION="0.9.0-0_PR (b78)";
void Throw(char *Filename,char *Info)
{