mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-22 02:42:49 +00:00
starbattle:: fixed drawplayer
This commit is contained in:
parent
832733502c
commit
626999525e
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user