aboutsummaryrefslogtreecommitdiff
path: root/archive/blr1/src/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'archive/blr1/src/global.h')
-rw-r--r--archive/blr1/src/global.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/archive/blr1/src/global.h b/archive/blr1/src/global.h
index 85804e8..c1c3d4d 100644
--- a/archive/blr1/src/global.h
+++ b/archive/blr1/src/global.h
@@ -1,3 +1,4 @@
+// -*- C++ -*-
//Chrisoft Bullet Lab Remix HGE
//Global varibles and implementations
//"Copyleft" Chrisoft 2013
@@ -13,7 +14,7 @@ hgeFont *fnt;
hgeSprite *spr,*titlespr;
//Here are some Varibles in Bullet Lab
int Current_Position;//Where are we now.
-/*Scenes:
+/*Scenes:
0: main menu
1: game scene
2: tip scene
@@ -186,7 +187,7 @@ void ShowTip(char tip[])
if (LOWFPS)
{
if (TipFont->GetColor()>>24>=0x08)
- TipFont->SetColor(TipFont->GetColor()-0x8000000);
+ TipFont->SetColor(TipFont->GetColor()-0x8000000);
else
{
DisableAllTower=false;