1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 09:17:57 +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

@@ -1336,7 +1336,7 @@ EX void showMenu() {
else {
stop_game();
enable_canvas();
ccolor::set_plain(0xFFFFFF);
ccolor::set_plain_nowall(0xFFFFFF);
start_game();
}
});