OSDN Git Service

[Refactor] #1473 Reshaped realm-hex.cpp partially
[hengbandforosx/hengbandosx.git] / src / realm / realm-chaos.cpp
index a083882..cbbf160 100644 (file)
@@ -35,7 +35,7 @@
 concptr do_chaos_spell(player_type *player_ptr, SPELL_IDX spell, spell_type mode)
 {
     bool name = (mode == SPELL_NAME) ? true : false;
-    bool desc = (mode == SPELL_DESC) ? true : false;
+    bool desc = (mode == SPELL_DESCRIPTION) ? true : false;
     bool info = (mode == SPELL_INFO) ? true : false;
     bool cast = (mode == SPELL_CAST) ? true : false;