mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	dpgen:: fix water
This commit is contained in:
		| @@ -66,11 +66,11 @@ void launch(int seed, int elimit, int hlimit) { | |||||||
|   dual::enable(); |   dual::enable(); | ||||||
|   stop_game(); |   stop_game(); | ||||||
|   dual::switch_to(0); |   dual::switch_to(0); | ||||||
|   enable_canvas(); |   enable_canvas(); ccolor::set_random(0); | ||||||
|   canvas_default_wall = waSea; |   canvas_default_wall = waSea; | ||||||
|   pconf.scale = .5; |   pconf.scale = .5; | ||||||
|   dual::switch_to(1); |   dual::switch_to(1); | ||||||
|   enable_canvas(); |   enable_canvas(); ccolor::set_random(0); | ||||||
|   shrand(seed); |   shrand(seed); | ||||||
|   start_game(); |   start_game(); | ||||||
|   in = true; |   in = true; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue