mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 03:27:55 +00:00
starbattle:: fixed drawplayer
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user