mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-29 08:52:19 +00:00
made changing patterns work in other geometry
This commit is contained in:
@@ -666,7 +666,8 @@ namespace mapeditor {
|
||||
if((uni >= 'a' && uni <= 'z') || (uni >= 'A' && uni <= 'Z')) {
|
||||
whichCanvas = uni;
|
||||
subcanvas = rand();
|
||||
firstland = laCanvas; randomPatternsMode = false;
|
||||
firstland = specialland = laCanvas;
|
||||
randomPatternsMode = false;
|
||||
restartGame();
|
||||
}
|
||||
else if(doexiton(sym, uni)) popScreen();
|
||||
|
Reference in New Issue
Block a user