OSDN Git Service

[Refactor] #3453 wiz_debug_spell() から呼ばれているget_string をinput_value() に変えた
[hengbandforosx/hengbandosx.git] / src / wizard / wizard-spells.h
index 2c78e96..e09014b 100644 (file)
@@ -36,7 +36,7 @@ struct debug_spell_command {
     spell_functions command_function;
 };
 
-bool wiz_debug_spell(PlayerType *player_ptr);
+void wiz_debug_spell(PlayerType *player_ptr);
 void wiz_dimension_door(PlayerType *player_ptr);
 void wiz_summon_horde(PlayerType *player_ptr);
 void wiz_teleport_back(PlayerType *player_ptr);