diff options
Diffstat (limited to 'src/map/map.cpp')
-rw-r--r-- | src/map/map.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/map.cpp b/src/map/map.cpp index ff69a56..0895828 100644 --- a/src/map/map.cpp +++ b/src/map/map.cpp @@ -63,13 +63,13 @@ #include "atcommand.hpp" #include "battle.hpp" -#include "battle_conf.hpp" +#include "map/battle_conf.hpp" #include "chrif.hpp" #include "clif.hpp" #include "globals.hpp" #include "grfio.hpp" #include "itemdb.hpp" -#include "map_conf.hpp" +#include "map/map_conf.hpp" #include "mob.hpp" #include "quest.hpp" #include "npc.hpp" |