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:
parent
fa9365466c
commit
56ca00df82
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user