diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-09-26 13:57:56 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-09-26 13:57:56 +0000 |
commit | 0f26f569f5775c77c53e1ebf0b9d5ec972bc31cc (patch) | |
tree | 44011f0960de23743820d22406a6026c29480324 /src/game.cpp | |
parent | 92bbeab96bf61edf9b7caa125ed67e634258383e (diff) | |
download | mana-0f26f569f5775c77c53e1ebf0b9d5ec972bc31cc.tar.gz mana-0f26f569f5775c77c53e1ebf0b9d5ec972bc31cc.tar.bz2 mana-0f26f569f5775c77c53e1ebf0b9d5ec972bc31cc.tar.xz mana-0f26f569f5775c77c53e1ebf0b9d5ec972bc31cc.zip |
*** empty log message ***
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 14 |
1 files changed, 6 insertions, 8 deletions
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; |