mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-25 05:59:43 +00:00
fixed several instances when PTM score would not be recorded when changing modes
This commit is contained in:
@@ -1469,9 +1469,11 @@ void init() {
|
||||
showstartmenu = false;
|
||||
#if !ISWEB
|
||||
mapeditor::drawplayer = false;
|
||||
stop_game();
|
||||
firstland = specialland = laCanvas;
|
||||
restart_game(shmup::on ? rg::shmup : rg::nothing);
|
||||
#else
|
||||
stop_game();
|
||||
firstland = specialland = laCanvas;
|
||||
restart_game(rg::nothing);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user