mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-14 01:58:06 +00:00
debug_cellnames option
This commit is contained in:
@@ -11,6 +11,7 @@ namespace hr {
|
||||
EX int steplimit = 0;
|
||||
EX int cstep;
|
||||
EX bool buggyGeneration = false;
|
||||
EX bool debug_cellnames = false;
|
||||
|
||||
EX vector<cell*> buggycells;
|
||||
|
||||
@@ -848,6 +849,9 @@ int read_cheat_args() {
|
||||
PHASE(1);
|
||||
fixseed = true; autocheat = true;
|
||||
}
|
||||
else if(argis("-cellnames")) {
|
||||
cheat(); debug_cellnames = true;
|
||||
}
|
||||
else if(argis("-fixx")) {
|
||||
PHASE(1);
|
||||
fixseed = true; autocheat = true;
|
||||
|
||||
Reference in New Issue
Block a user