diff options
author | Alexander Baldeck <alexander@archlinux.org> | 2004-10-08 14:14:14 +0000 |
---|---|---|
committer | Alexander Baldeck <alexander@archlinux.org> | 2004-10-08 14:14:14 +0000 |
commit | 51733e9d8047780c234959f0fd631369066ea988 (patch) | |
tree | 927e6c988c2fe23ec1dc89479552098c6dc78f7b | |
parent | 1e1e15dd3ab111383b27f09f70eb590878254e00 (diff) | |
download | mana-51733e9d8047780c234959f0fd631369066ea988.tar.gz mana-51733e9d8047780c234959f0fd631369066ea988.tar.bz2 mana-51733e9d8047780c234959f0fd631369066ea988.tar.xz mana-51733e9d8047780c234959f0fd631369066ea988.zip |
*** empty log message ***
-rw-r--r-- | src/game.cpp | 1 | ||||
-rw-r--r-- | src/game.h | 2 | ||||
-rw-r--r-- | src/main.h | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/src/game.cpp b/src/game.cpp index 9379e29b..4d9dfd01 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -34,7 +34,6 @@ #include "./gui/gui.h" #include "./gui/inventory.h" #include "./gui/shop.h" -#include "./graphic/super_eagle.h" #include "./graphic/graphic.h" #include "./sound/sound.h" @@ -35,7 +35,7 @@ #include "./gui/gui.h" #include "./gui/skill.h" #include "./gui/stats.h" -#include "./graphic/super_eagle.h" +#include "./graphic/2xsai.h" #define SPEECH_TIME 40 #define EMOTION_TIME 40 @@ -41,7 +41,7 @@ #include "./gui/char_server.h" #include "./gui/char_select.h" #include "./gui/inventory.h" -#include "./graphic/super_eagle.h" +#include "./graphic/2xsai.h" #include "../data/graphic/gfx_data.h" #define EXIT 0 |