From 0f26f569f5775c77c53e1ebf0b9d5ec972bc31cc Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Sun, 26 Sep 2004 13:57:56 +0000 Subject: *** empty log message *** --- src/game.cpp | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index ac90b56b..754c637c 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -24,12 +24,12 @@ #include "map.h" #include "being.h" #include "log.h" -#include "./Gui/chat.h" -#include "./Gui/gui.h" -#include "./Gui/inventory.h" -#include "./Graphic/SuperEagle.h" -#include "./Graphic/graphic.h" -#include "./Sound/sound.h" +#include "./gui/chat.h" +#include "./gui/gui.h" +#include "./gui/inventory.h" +#include "./graphic/super_eagle.h" +#include "./graphic/graphic.h" +#include "./sound/sound.h" char map_path[480]; @@ -52,8 +52,6 @@ volatile bool refresh = false, action_time = false; 2 = Walking with confirm */ char walk_status = 0; - - void refresh_time(void) { tick_time++; if(tick_time==MAX_TIME)tick_time = 0; -- cgit v1.2.3-60-g2f50