mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-01 22:42:59 +00:00
fixed player disappearing in rogueviz presentations
This commit is contained in:
@@ -890,6 +890,12 @@ void init(flagtype _vizflags) {
|
||||
|
||||
autocheat = true;
|
||||
showstartmenu = false;
|
||||
|
||||
if(tour::on) {
|
||||
tour::slide_backup(mapeditor::drawplayer);
|
||||
tour::slide_backup(timerghost);
|
||||
}
|
||||
|
||||
#if !ISWEB
|
||||
mapeditor::drawplayer = false;
|
||||
stop_game();
|
||||
|
||||
Reference in New Issue
Block a user