OSDN Git Service

Revert "[feature] cheat_knowオン時にモンスターの種族IDを表示する"
authorHabu <habu1010+github@gmail.com>
Sat, 1 May 2021 15:04:30 +0000 (00:04 +0900)
committerHabu <habu1010+github@gmail.com>
Sat, 1 May 2021 15:04:30 +0000 (00:04 +0900)
This reverts commit 64aa927fdc74f1108f5ee817d2cdd28249876fd9.

src/view/display-lore.cpp

index fbe9aa7..4ef3a80 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include "view/display-lore.h"
-#include "game-option/cheat-options.h"
 #include "game-option/text-display-options.h"
 #include "lore/lore-calculator.h"
 #include "lore/lore-util.h"
@@ -60,9 +59,6 @@ void roff_top(MONRACE_IDX r_idx)
     }
 #endif
 
-    if (cheat_know)
-        term_addstr(-1, TERM_WHITE, format("[%d]", r_idx));
-
     term_addstr(-1, TERM_WHITE, (r_ptr->name.c_str()));
 
     term_addstr(-1, TERM_WHITE, " ('");