diff options
| author | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-12 17:46:02 (GMT) |
|---|---|---|
| committer | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-12 17:46:02 (GMT) |
| commit | ebcded767e1e35a3431b4938cb9dd39b6b8ad188 (patch) | |
| tree | ae59c29202d7095eecea81c745c494bb909f5312 /src/main.c | |
| parent | 383b2ad709e8b03702c8590ce944639ddd471e7b (diff) | |
| download | powder-ebcded767e1e35a3431b4938cb9dd39b6b8ad188.zip powder-ebcded767e1e35a3431b4938cb9dd39b6b8ad188.tar.gz | |
First release of the mod
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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); |
