arg:: -genlimit

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:12 +02:00
parent 2c63d4869f
commit ae62073799
+4
View File
@@ -728,6 +728,10 @@ int read_cheat_args() {
PHASEFROM(2);
shift(); vid.cells_drawn_limit = argi();
}
else if(argis("-genlimit")) {
PHASEFROM(2);
shift(); vid.cells_generated_limit = argi();
}
else if(argis("-sight3")) {
PHASEFROM(2);
shift_arg_formula(sightranges[geometry]);