From 73884482aaecbab70adb3795158c40c27dcd3cc4 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 17 Dec 2023 17:42:47 +0100 Subject: [PATCH] using -lands option no longer enforces cheat mode --- debug.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/debug.cpp b/debug.cpp index 9b1aba99..2bbf5e5f 100644 --- a/debug.cpp +++ b/debug.cpp @@ -812,7 +812,6 @@ int read_cheat_args() { } else if(argis("-lands")) { PHASEFROM(2); - cheat(); stop_game(); shift(); land_structure = (eLandStructure) (argi()); }