diff --git a/Source/control.cpp b/Source/control.cpp index c4c296080..d86725e14 100644 --- a/Source/control.cpp +++ b/Source/control.cpp @@ -1388,8 +1388,8 @@ void DrawInfoBox(const Surface &out) else if (pcursobj != -1) GetObjectStr(pcursobj); if (pcursmonst != -1) { - const auto &monster = Monsters[pcursmonst]; if (leveltype != DTYPE_TOWN) { + const auto &monster = Monsters[pcursmonst]; InfoColor = UiFlags::ColorWhite; strcpy(infostr, monster.mName); ClearPanel();