fixed smooth movement in modes other than sm::NORMAL

This commit is contained in:
Zeno Rogue
2022-05-06 19:55:09 +02:00
parent 0c2c32c126
commit 6fe07c389c
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1539,7 +1539,7 @@ EX void rug_geometry_choice() {
}
EX void show() {
cmode = sm::SIDE | sm::MAYDARK;
cmode = sm::SIDE | sm::MAYDARK | sm::PANNING;
gamescreen(0);
dialog::init(XLAT("hypersian rug mode"), iinf[itPalace].color, 150, 100);