1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-07-22 10:52:49 +00:00

starbattle:: fixed drawplayer

This commit is contained in:
Zeno Rogue 2020-09-22 17:18:00 +02:00
parent 832733502c
commit 626999525e

View File

@ -282,6 +282,7 @@ void starbattle_puzzle() {
#else #else
mapstream::loadMap("starbattle.lev"); mapstream::loadMap("starbattle.lev");
#endif #endif
mapeditor::drawplayer = false;
}); });
dialog::addItem("hide menu", 'v'); dialog::addItem("hide menu", 'v');
@ -432,6 +433,7 @@ int rugArgs() {
PHASEFROM(3); PHASEFROM(3);
launch(); launch();
mapstream::loadMap("1"); mapstream::loadMap("1");
mapeditor::drawplayer = false;
} }
#endif #endif