starbattle:: fixed drawplayer

This commit is contained in:
Zeno Rogue 2020-09-22 17:18:00 +02:00
parent 832733502c
commit 626999525e
1 changed files with 2 additions and 0 deletions

View File

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