From 008704e45a250522c82cc8ba118945e97e5bf17a Mon Sep 17 00:00:00 2001 From: Mateusz Kaduk Date: Wed, 22 Dec 2004 08:44:44 +0000 Subject: - setup gets only called from game.cpp - setup class changed --- src/game.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/game.cpp') 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) { -- cgit v1.2.3-70-g09d2