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; }