mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	racing:: fixed not selecting track_code and specialland
This commit is contained in:
		| @@ -635,6 +635,8 @@ void track_chooser(string new_track) { | |||||||
|     dialog::add_action([l, new_track] () { |     dialog::add_action([l, new_track] () { | ||||||
|       stop_game(); |       stop_game(); | ||||||
|       if(!racing::on) switch_game_mode(rg::racing); |       if(!racing::on) switch_game_mode(rg::racing); | ||||||
|  |       track_code = new_track; | ||||||
|  |       specialland = l; | ||||||
|       start_game(); |       start_game(); | ||||||
|       popScreenAll(); |       popScreenAll(); | ||||||
|       }); |       }); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue