1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-16 11:08:05 +00:00

debugging display is used with both cheater and autocheat

This commit is contained in:
Zeno Rogue
2018-07-10 23:03:02 +02:00
parent ba587ae40d
commit 332bae84de
2 changed files with 4 additions and 4 deletions

View File

@@ -433,7 +433,7 @@ void raiseBuggyGeneration(cell *c, const char *s) {
// return;
if(cheater) {
if(cheater || autocheat) {
drawbugs.emplace_back(cellwalker(c,0), 0xFF000080);
modalDebug(c);
drawbugs.pop_back();