From 56ca00df82ea08ab65d67804e71fc40d4294d41e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 24 Mar 2023 23:20:31 +0100 Subject: [PATCH] fixed naming conflict -W3 to -W4 --- debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.cpp b/debug.cpp index a5125797..9af71dd6 100644 --- a/debug.cpp +++ b/debug.cpp @@ -748,7 +748,7 @@ int read_cheat_args() { shift(); int index = argi(); shift(); whateveri[index] = argi(); } - else if(argis("-W3")) { + else if(argis("-W4")) { shift(); top_land = readland(args()); cheat(); showstartmenu = false; }