fixed naming conflict -W3 to -W4

This commit is contained in:
Zeno Rogue 2023-03-24 23:20:31 +01:00
parent fa9365466c
commit 56ca00df82
1 changed files with 1 additions and 1 deletions

View File

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