summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPhilip <philip@philip-linuxlaptop.(none)>2010-11-12 17:46:02 (GMT)
committer Philip <philip@philip-linuxlaptop.(none)>2010-11-12 17:46:02 (GMT)
commitebcded767e1e35a3431b4938cb9dd39b6b8ad188 (patch)
treeae59c29202d7095eecea81c745c494bb909f5312 /src/main.c
parent383b2ad709e8b03702c8590ce944639ddd471e7b (diff)
downloadpowder-ebcded767e1e35a3431b4938cb9dd39b6b8ad188.zip
powder-ebcded767e1e35a3431b4938cb9dd39b6b8ad188.tar.gz
First release of the mod
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index a16891f..8bb917a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -102,8 +102,8 @@ int death = 0, framerender = 0;
int amd = 1;
int FPSB = 0;
int MSIGN =-1;
-int CGOL = 0;
-int GSPEED = 1;//causes my .exe to crash..
+//int CGOL = 0;
+//int GSPEED = 1;//causes my .exe to crash..
sign signs[MAXSIGNS];
@@ -2064,7 +2064,7 @@ int main(int argc, char *argv[])
if(currentTime-pastFPS>=1000)
{
#ifdef BETA
- sprintf(uitext, "Version %d (Beta %d) FPS:%d", SAVE_VERSION, MINOR_VERSION, FPS);
+ sprintf(uitext, "Cracker's Version %d (Beta %d) FPS:%d", SAVE_VERSION, MINOR_VERSION, FPS);
//printf("%s\n", uitext);
#else
sprintf(uitext, "Version %d.%d FPS:%d", SAVE_VERSION, MINOR_VERSION, FPS);