Missing break

This commit is contained in:
aMannus 2022-09-03 20:18:54 +02:00
parent 274242e0d7
commit ae0ccb9cca

View File

@ -841,6 +841,7 @@ void Randomizer::ParseRandomizerSettingsFile(const char* spoilerFileName) {
} else if (it.value() == "Off") {
gSaveContext.randoSettings[index].value = 2;
}
break;
case RSK_STARTING_MAPS_COMPASSES:
if(it.value() == "Start With") {
gSaveContext.randoSettings[index].value = 0;