mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-06 00:33:01 +00:00
enabling canvas now automatically enables ls::single
This commit is contained in:
@@ -899,11 +899,11 @@ void init(flagtype _vizflags) {
|
||||
#if !ISWEB
|
||||
mapeditor::drawplayer = false;
|
||||
stop_game();
|
||||
firstland = specialland = laCanvas;
|
||||
enable_canvas();
|
||||
restart_game(shmup::on ? rg::shmup : rg::nothing);
|
||||
#else
|
||||
stop_game();
|
||||
firstland = specialland = laCanvas;
|
||||
enable_canvas();
|
||||
restart_game(rg::nothing);
|
||||
#endif
|
||||
autocheat = true;
|
||||
|
||||
Reference in New Issue
Block a user