Global changes for qt, qt4, amiga, x11 and curses.

This commit is contained in:
Bart House
2018-12-24 21:28:44 -08:00
parent 8c1a4d9a97
commit 9069615861
13 changed files with 32 additions and 30 deletions
+1 -1
View File
@@ -2317,7 +2317,7 @@ register int x, y;
clipymax = saveymax;
clipxmax = savexmax;
#endif
if (on_level(&u.uz0, &u.uz) && !restoring && moves > 1)
if (on_level(&u.uz0, &u.uz) && !restoring && g.moves > 1)
(void) doredraw();
flush_glyph_buffer(amii_wins[WIN_MAP]->win);
}