1
0
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:
Zeno Rogue 2021-04-15 18:21:21 +02:00
parent 91bd0c2018
commit af003fc931

View File

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