1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 04:17:39 +00:00

more changes of set_plain to set_plain_nowall

This commit is contained in:
Zeno Rogue
2024-07-27 18:14:27 +02:00
parent 5fe4007fd5
commit 9c60df7dde
4 changed files with 4 additions and 4 deletions

View File

@@ -220,7 +220,7 @@ void ensure_geometry(eGeometryClass c) {
if(specialland != laCanvas) {
canvas_default_wall = waInvisibleFloor;
ccolor::set_plain(0xFFFFFF);
ccolor::set_plain_nowall(0xFFFFFF);
enable_canvas();
}
start_game();