From 5514ce4849ddfc3447cd66701c415256a78e4dac Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 1 Aug 2020 13:57:51 +0200 Subject: [PATCH] disabled the '@' sign in FPS --- celldrawer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celldrawer.cpp b/celldrawer.cpp index 2869f04d..06c88314 100644 --- a/celldrawer.cpp +++ b/celldrawer.cpp @@ -2321,7 +2321,7 @@ void celldrawer::draw_monster_full() { asciicol = ((asciicol & 0xFEFEFE) >> 1) + 0x101010; } - if(c->cpdist == 0 && mapeditor::drawplayer) { + if(c->cpdist == 0 && mapeditor::drawplayer && !shmup::on) { asciichar = '@'; if(!mmitem) asciicol = moncol = cheater ? 0xFF3030 : 0xD0D0D0; if(doHighlight())