OSDN Git Service

Merge branch 'release/3.0.0Alpha5'
[hengband/hengband.git] / src / window / main-window-left-frame.c
index e17d5c4..f74f658 100644 (file)
@@ -140,7 +140,7 @@ void print_sp(player_type *creature_ptr)
 {
     char tmp[32];
     byte color;
-    if (!mp_ptr->spell_book)
+    if (!mp_ptr->spell_book && mp_ptr->spell_first == SPELL_FIRST_NO_SPELL)
         return;
 
     put_str(_("MP", "SP"), ROW_CURSP, COL_CURSP);