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
1 changed files with 2 additions and 1 deletions

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