1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-23 16:54:07 +00:00

removed walls from rogueviz

This commit is contained in:
Zeno Rogue 2024-07-24 19:25:54 +02:00
parent a7179e1b73
commit 0a3653f7fd

View File

@ -869,6 +869,7 @@ void init(flagtype _vizflags) {
} }
#endif #endif
ccolor::rwalls = 0;
#if !ISWEB #if !ISWEB
mapeditor::drawplayer = false; mapeditor::drawplayer = false;
stop_game(); stop_game();