From 5cbcbbfc0ff1db5cbbe9e187d067e3bd86fcce22 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Sat, 29 Jan 2005 22:04:08 +0000 Subject: *** empty log message *** --- src/game.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 5cc75fa1..30d91e59 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -30,7 +30,6 @@ #include "./gui/inventory.h" #include "./gui/shop.h" #include "./gui/npc.h" -#include "./gui/setup.h" #include "./gui/stats.h" #include "./gui/ok_dialog.h" #include "./graphic/graphic.h" @@ -49,7 +48,7 @@ int current_npc, server_tick; extern unsigned char screen_mode; int fps = 0, frame = 0; -Setup *setup = NULL; +//Setup *setupWindow = NULL; OkDialog *deathNotice = NULL; #define MAX_TIME 10000 @@ -218,6 +217,10 @@ void do_input() skillDialog->setVisible(!skillDialog->isVisible()); used = true; } + else if (keysym.sym == SDLK_c) { + setupWindow->setVisible(true); + used = true; + } } if (event.key.keysym.sym == SDLK_ESCAPE) -- cgit v1.2.3-70-g09d2