mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
legacy:: fixed CircleChaos to PatchedChaos
This commit is contained in:
parent
91bd0c2018
commit
af003fc931
@ -245,7 +245,7 @@ int read_legacy_args() {
|
|||||||
else if(argis("-chaos-circle")) {
|
else if(argis("-chaos-circle")) {
|
||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
stop_game();
|
stop_game();
|
||||||
land_structure = lsCircleChaos;
|
land_structure = lsPatchedChaos;
|
||||||
}
|
}
|
||||||
else if(argis("-chaos-total")) {
|
else if(argis("-chaos-total")) {
|
||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
|
Loading…
Reference in New Issue
Block a user