mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 08:27:39 +00:00
enabling canvas now automatically enables ls::single
This commit is contained in:
@@ -1201,7 +1201,7 @@ EX void enable(archimedean_tiling& arct) {
|
||||
function<void()> setcanvas(char c) {
|
||||
return [c] () {
|
||||
stop_game();
|
||||
firstland = specialland = laCanvas;
|
||||
enable_canvas();
|
||||
patterns::whichCanvas = c;
|
||||
start_game();
|
||||
};
|
||||
|
Reference in New Issue
Block a user