1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-04 08:50:15 +00:00

fixed some guards (in progress)

This commit is contained in:
Zeno Rogue
2020-07-03 14:42:33 +02:00
parent cbd0c1f934
commit 89585f004b
27 changed files with 169 additions and 65 deletions

View File

@@ -858,7 +858,9 @@ int read_cheat_args() {
shift(); steplimit = argi();
}
else if(argis("-dgl")) {
#if CAP_GL
glhr::debug_gl = true;
#endif
}
else if(argis("-mgen-off")) {
PHASEFROM(3);