mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 02:10:34 +00:00
disabled the '@' sign in FPS
This commit is contained in:
parent
44a0f5c1d8
commit
5514ce4849
@ -2321,7 +2321,7 @@ void celldrawer::draw_monster_full() {
|
|||||||
asciicol = ((asciicol & 0xFEFEFE) >> 1) + 0x101010;
|
asciicol = ((asciicol & 0xFEFEFE) >> 1) + 0x101010;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(c->cpdist == 0 && mapeditor::drawplayer) {
|
if(c->cpdist == 0 && mapeditor::drawplayer && !shmup::on) {
|
||||||
asciichar = '@';
|
asciichar = '@';
|
||||||
if(!mmitem) asciicol = moncol = cheater ? 0xFF3030 : 0xD0D0D0;
|
if(!mmitem) asciicol = moncol = cheater ? 0xFF3030 : 0xD0D0D0;
|
||||||
if(doHighlight())
|
if(doHighlight())
|
||||||
|
Loading…
Reference in New Issue
Block a user