1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 01:07:57 +00:00

fixed smooth movement in modes other than sm::NORMAL

This commit is contained in:
Zeno Rogue
2022-05-06 19:12:02 +02:00
parent 0c2c32c126
commit 6fe07c389c
4 changed files with 6 additions and 5 deletions

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