mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
RPM and OSM are no longer considered incompatible
This commit is contained in:
parent
ea16b82c30
commit
be71cd0d97
@ -1267,9 +1267,9 @@ EX void switch_game_mode(char switchWhat) {
|
||||
|
||||
case rg::inv:
|
||||
inv::on = !inv::on;
|
||||
if(tactic::on) firstland = laIce;
|
||||
if(tactic::on) firstland = specialland = laIce;
|
||||
tactic::on = yendor::on = princess::challenge =
|
||||
randomPatternsMode = peace::on = false;
|
||||
peace::on = false;
|
||||
racing::on = false;
|
||||
break;
|
||||
|
||||
@ -1348,13 +1348,12 @@ EX void switch_game_mode(char switchWhat) {
|
||||
tactic::on = false;
|
||||
yendor::on = false;
|
||||
peace::on = false;
|
||||
inv::on = false;
|
||||
princess::challenge = false;
|
||||
break;
|
||||
|
||||
case rg::princess:
|
||||
princess::challenge = !princess::challenge;
|
||||
firstland = princess::challenge ? laPalace : laIce;
|
||||
firstland = specialland = princess::challenge ? laPalace : laIce;
|
||||
shmup::on = false;
|
||||
tactic::on = false;
|
||||
yendor::on = false;
|
||||
|
Loading…
Reference in New Issue
Block a user