legacy:: fixed CircleChaos to PatchedChaos

This commit is contained in:
Zeno Rogue 2021-04-15 18:21:21 +02:00
parent 91bd0c2018
commit af003fc931
1 changed files with 1 additions and 1 deletions

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