From ed11ed5dbb597bebd5a08232326257063155d97f Mon Sep 17 00:00:00 2001 From: wushin Date: Sun, 5 Apr 2015 14:57:24 -0500 Subject: Remove Warp Debug Sprite Action --- src/map/npc-parse.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/map/npc-parse.cpp') 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; -- cgit v1.2.3-60-g2f50