aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-31 13:56:42 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-31 13:56:42 +0000
commit61046ec4750a84f4651a247456cc9271e4f57757 (patch)
tree7cfdcbbac424175a5d7cccb47732bf5f76dc6eb4 /global.h
parent6f6d2d2b4612869aa3b9be0af9a8e1d76182a8dc (diff)
downloadbullet-lab-remix-61046ec4750a84f4651a247456cc9271e4f57757.tar.xz
A new level... draft.
Diffstat (limited to 'global.h')
-rw-r--r--global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.h b/global.h
index 1c3eb7b..e04a36d 100644
--- a/global.h
+++ b/global.h
@@ -272,7 +272,7 @@ int multbrk,multbat;
int frms;double averfps;
int plrspd,plrslospd;
int TenSeconds=10000,TwentySeconds=20000,ThirtySeconds=30000,AMinute=60000;
-int Infinity=999999999;
+int Infinity=1000000000;
int effskp=0;
hgeSprite *Credits,*CreditsRail;
int creditsp;double creditfly,creditacc,credbrk;