From c9b2834aee3be890473a03b648bc958c03060441 Mon Sep 17 00:00:00 2001 From: Taylor Richards Date: Sun, 9 Nov 2014 23:07:46 -0500 Subject: [PATCH] have ShowFPS ini option always be available --- src/freespace2/freespace.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/freespace2/freespace.cpp b/src/freespace2/freespace.cpp index 8b56a2c..c1e5e76 100644 --- a/src/freespace2/freespace.cpp +++ b/src/freespace2/freespace.cpp @@ -2367,10 +2367,8 @@ void game_init() Use_fullscreen_at_startup = os_config_read_uint( NULL, NOX("ForceFullscreen"), 1 ); #endif -#if defined (PLAT_UNIX) && defined(RELEASE_REAL) // show the FPS counter if the config file says so - Show_framerate = os_config_read_uint( NULL, NOX("ShowFPS"), 0 ); -#endif + Show_framerate = os_config_read_uint( NULL, NOX("ShowFPS"), Show_framerate ); #if !(defined(FS2_DEMO) || defined(FS1_DEMO)) Asteroids_enabled = 1; -- 2.39.2