Fix #19645: debug properties not showing while game is running.

This commit is contained in:
Brecht Van Lommel
2009-10-19 14:48:35 +00:00
parent 8d7c69ffa9
commit fc1dcc4748

View File

@@ -1523,7 +1523,7 @@ void game_set_commmandline_options(GameData *gm)
SYS_WriteCommandLineInt(syshandle, "show_framerate", test);
SYS_WriteCommandLineInt(syshandle, "show_profile", test);
test = (gm->flag & GAME_SHOW_FRAMERATE);
test = (gm->flag & GAME_SHOW_DEBUG_PROPS);
SYS_WriteCommandLineInt(syshandle, "show_properties", test);
test= (gm->flag & GAME_SHOW_PHYSICS);