summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPhilip <philip@philip-linuxlaptop.(none)>2010-11-22 20:36:24 (GMT)
committer Philip <philip@philip-linuxlaptop.(none)>2010-11-22 20:36:24 (GMT)
commit60e4c076cbb84c457573417cda5e1659b106bf83 (patch)
tree86d07be69293871b861898c604fc16306ee7a520 /src/main.c
parent3d2292890b2d091ba4e7b2e7c1b24dbc7be4ac2c (diff)
downloadpowder-60e4c076cbb84c457573417cda5e1659b106bf83.zip
powder-60e4c076cbb84c457573417cda5e1659b106bf83.tar.gz
floodfill fix, @_@ elements, grav changes color
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 5a8189b..3020cbf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2160,11 +2160,11 @@ int main(int argc, char *argv[])
{
#ifdef BETA
if(REPLACE_MODE)
- sprintf(uitext, "Cracker's Version %d Parts:%d REPLACE MODE", SAVE_VERSION,NUM_PARTS);
+ sprintf(uitext, "Cracker's V%d FPS:%d Parts:%d REPLACE MODE", SAVE_VERSION, FPS,NUM_PARTS);
else if(sdl_mod&(KMOD_CAPS))
- sprintf(uitext, "Cracker's Version %d Parts:%d CAPS LOCK ON", SAVE_VERSION, NUM_PARTS);
+ sprintf(uitext, "Cracker's V%d FPS:%d Parts:%d CAPS LOCK ON", SAVE_VERSION, FPS, NUM_PARTS);
else
- sprintf(uitext, "Cracker's Version %d Parts:%d", SAVE_VERSION, NUM_PARTS);
+ sprintf(uitext, "Cracker's V%d FPS:%d Parts:%d", SAVE_VERSION, FPS, NUM_PARTS);
//printf("%s\n", uitext);
#else
sprintf(uitext, "Version %d.%d FPS:%d", SAVE_VERSION, MINOR_VERSION, FPS);