summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 90bb065..fd4f34e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3452,7 +3452,7 @@ int main(int argc, char *argv[])
if (DEBUG_MODE)
sprintf(uitext, "Build %d FPS:%d Parts:%d Gravity:%d Air:%d", BUILD_NUM, FPSB, NUM_PARTS, gravityMode, airMode);
else
- sprintf(uitext, "FPS:%d", SAVE_VERSION, MINOR_VERSION, FPSB);
+ sprintf(uitext, "FPS:%d", FPSB);
#endif
if (REPLACE_MODE)
strappend(uitext, " [REPLACE MODE]");