From 77563ec532c8b51134c3020fb3c70a8bed8457fb Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 2 Sep 2014 15:11:06 -0700 Subject: Rename enum Option to Opt0 --- src/map/battle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/battle.cpp') diff --git a/src/map/battle.cpp b/src/map/battle.cpp index 856408c..5e81184 100644 --- a/src/map/battle.cpp +++ b/src/map/battle.cpp @@ -930,7 +930,7 @@ Opt3 *battle_get_opt3(dumb_ptr bl) return nullptr; } -Option *battle_get_option(dumb_ptr bl) +Opt0 *battle_get_option(dumb_ptr bl) { nullpo_retn(bl); if (bl->bl_type == BL::MOB) -- cgit v1.2.3-70-g09d2