1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-15 11:45:48 +00:00

dpgen:: fix water

This commit is contained in:
Zeno Rogue 2024-12-01 11:52:06 +01:00
parent b3879f2d24
commit 369bdad3d8

View File

@ -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;