disabled the '@' sign in FPS

This commit is contained in:
Zeno Rogue 2020-08-01 13:57:51 +02:00
parent 44a0f5c1d8
commit 5514ce4849
1 changed files with 1 additions and 1 deletions

View File

@ -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())