mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	racing:: switch modes correctly when loading official track
This commit is contained in:
		| @@ -941,12 +941,12 @@ void track_chooser(bool official) { | ||||
|       stop_game(); | ||||
|       multi::players = playercfg; | ||||
|       specialland = l; | ||||
|       if(!racing::on) switch_game_mode(rg::racing); | ||||
|       if(official) { | ||||
|         racing::on = false; | ||||
|         load_official_track(); | ||||
|         } | ||||
|       else { | ||||
|         if(!racing::on) switch_game_mode(rg::racing); | ||||
|         start_game(); | ||||
|         } | ||||
|       popScreenAll(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue