1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +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")) {
PHASEFROM(2);
stop_game();
land_structure = lsCircleChaos;
land_structure = lsPatchedChaos;
}
else if(argis("-chaos-total")) {
PHASEFROM(2);