diff options
-rw-r--r-- | engines/agi/preagi_mickey.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/agi/preagi_mickey.cpp b/engines/agi/preagi_mickey.cpp index ff135e0014..434befeb9b 100644 --- a/engines/agi/preagi_mickey.cpp +++ b/engines/agi/preagi_mickey.cpp @@ -244,6 +244,8 @@ void Mickey::drawMenu(MSA_MENU menu, int sel0, int sel1) { attr, (char *)menu.row[iRow].entry[iWord].szText); } } + _vm->_gfx->doUpdate(); + _vm->_system->updateScreen(); // TODO: this should go in the game's main loop } void Mickey::getMouseMenuSelRow(MSA_MENU menu, int *sel0, int *sel1, int iRow, int x, int y) { |