1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +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(); whateveri[index] = argi();
}
else if(argis("-W3")) {
else if(argis("-W4")) {
shift(); top_land = readland(args()); cheat();
showstartmenu = false;
}