diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp index f6da9a5b..0d6e95f9 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -48,7 +48,6 @@ volatile int tick_time; volatile bool refresh = false, action_time = false; int current_npc, server_tick; extern unsigned char screen_mode; -bool show_setup; #define MAX_TIME 10000 @@ -239,7 +238,7 @@ void do_input() { } if(key[KEY_F11] && action_time==true) - show_setup = true; + create_setup(); // Emotions, Skill dialog if(key_shifts & KB_ALT_FLAG && action_time == true) { |