1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-14 10:08:06 +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

@@ -1570,7 +1570,7 @@ EX namespace mapeditor {
stop_game();
enable_canvas();
canvas_default_wall = waInvisibleFloor;
ccolor::set_plain(0xFFFFFF);
ccolor::set_plain_nowall(0xFFFFFF);
dtcolor = (forecolor << 8) | 255;
drawplayer = false;
vid.use_smart_range = 2;