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