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

@@ -1030,7 +1030,7 @@ EX void showStartMenu() {
stop_game();
enable_canvas();
cheater = true;
ccolor::set_plain(0xFFFFFF);
ccolor::set_plain_nowall(0xFFFFFF);
mapeditor::drawplayer = false;
start_game();
clearMessages();