mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-06 10:47:02 +00:00
fixed hiding player in grapheditor
This commit is contained in:
parent
28a3861dd5
commit
f3cf1e06bf
@ -488,7 +488,7 @@ namespace mapeditor {
|
||||
}
|
||||
|
||||
int drawcellShapeID() {
|
||||
if(drawcell == cwt.c) return vid.cs.charid;
|
||||
if(drawcell == cwt.c && drawplayer) return vid.cs.charid;
|
||||
if(drawcell->monst) return drawcell->monst;
|
||||
if(drawcell->item) return drawcell->item;
|
||||
return patterns::getpatterninfo0(drawcell).id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user