RPM and OSM are no longer considered incompatible

This commit is contained in:
Zeno Rogue 2019-11-29 16:10:34 +01:00
parent ea16b82c30
commit be71cd0d97
1 changed files with 3 additions and 4 deletions

View File

@ -1267,9 +1267,9 @@ EX void switch_game_mode(char switchWhat) {
case rg::inv: case rg::inv:
inv::on = !inv::on; inv::on = !inv::on;
if(tactic::on) firstland = laIce; if(tactic::on) firstland = specialland = laIce;
tactic::on = yendor::on = princess::challenge = tactic::on = yendor::on = princess::challenge =
randomPatternsMode = peace::on = false; peace::on = false;
racing::on = false; racing::on = false;
break; break;
@ -1348,13 +1348,12 @@ EX void switch_game_mode(char switchWhat) {
tactic::on = false; tactic::on = false;
yendor::on = false; yendor::on = false;
peace::on = false; peace::on = false;
inv::on = false;
princess::challenge = false; princess::challenge = false;
break; break;
case rg::princess: case rg::princess:
princess::challenge = !princess::challenge; princess::challenge = !princess::challenge;
firstland = princess::challenge ? laPalace : laIce; firstland = specialland = princess::challenge ? laPalace : laIce;
shmup::on = false; shmup::on = false;
tactic::on = false; tactic::on = false;
yendor::on = false; yendor::on = false;