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