diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-10-07 01:56:05 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-10-08 01:48:00 -0700 |
commit | 4763e230ab02bcf3e7db20dee23d42a02815bdb3 (patch) | |
tree | 34ccc612c212045e4d4ed38e8ccf94a7b15953d0 /src/map/map.cpp | |
parent | 0c2de8979105e6b5a24be18d3241a609f9bfed8f (diff) | |
download | tmwa-4763e230ab02bcf3e7db20dee23d42a02815bdb3.tar.gz tmwa-4763e230ab02bcf3e7db20dee23d42a02815bdb3.tar.bz2 tmwa-4763e230ab02bcf3e7db20dee23d42a02815bdb3.tar.xz tmwa-4763e230ab02bcf3e7db20dee23d42a02815bdb3.zip |
Split script.cpp
Diffstat (limited to 'src/map/map.cpp')
-rw-r--r-- | src/map/map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.cpp b/src/map/map.cpp index 4a25029..5e9db39 100644 --- a/src/map/map.cpp +++ b/src/map/map.cpp @@ -72,7 +72,7 @@ #include "npc.hpp" #include "party.hpp" #include "pc.hpp" -#include "script.hpp" +#include "script-startup.hpp" #include "skill.hpp" #include "storage.hpp" #include "trade.hpp" |