1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 14:37:16 +00:00

made changing patterns work in other geometry

This commit is contained in:
Zeno Rogue 2017-11-06 21:15:14 +01:00
parent 3767c6fd5a
commit 59b2c6b644

View File

@ -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();