1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-19 06:44:08 +00:00

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

View File

@ -748,7 +748,7 @@ int read_cheat_args() {
shift(); int index = argi(); shift(); int index = argi();
shift(); whateveri[index] = argi(); shift(); whateveri[index] = argi();
} }
else if(argis("-W3")) { else if(argis("-W4")) {
shift(); top_land = readland(args()); cheat(); shift(); top_land = readland(args()); cheat();
showstartmenu = false; showstartmenu = false;
} }