summaryrefslogtreecommitdiff
path: root/src/map/npc-parse.cpp
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2015-04-05 14:57:24 -0500
committerwushin <pasekei@gmail.com>2015-04-05 14:57:24 -0500
commited11ed5dbb597bebd5a08232326257063155d97f (patch)
tree92fdfddc02f92f8efd62de644a95dfb11e19e4ac /src/map/npc-parse.cpp
parent6f4699ff0c6400a2adc5e4008b2e289737f4a303 (diff)
downloadtmwa-ed11ed5dbb597bebd5a08232326257063155d97f.tar.gz
tmwa-ed11ed5dbb597bebd5a08232326257063155d97f.tar.bz2
tmwa-ed11ed5dbb597bebd5a08232326257063155d97f.tar.xz
tmwa-ed11ed5dbb597bebd5a08232326257063155d97f.zip
Remove Warp Debug Sprite Action
Diffstat (limited to 'src/map/npc-parse.cpp')
-rw-r--r--src/map/npc-parse.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/map/npc-parse.cpp b/src/map/npc-parse.cpp
index bdb212c..443a1e7 100644
--- a/src/map/npc-parse.cpp
+++ b/src/map/npc-parse.cpp
@@ -154,10 +154,7 @@ bool npc_load_warp(ast::npc::Warp& warp)
nd->flag = 0;
nd->name = warp.name.data;
- if (!battle_config.warp_point_debug)
- nd->npc_class = WARP_CLASS;
- else
- nd->npc_class = WARP_DEBUG_CLASS;
+ nd->npc_class = WARP_CLASS;
nd->speed = 200_ms;
nd->option = Opt0::ZERO;
nd->opt1 = Opt1::ZERO;