aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/dialogs_nebular.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-04-05 17:50:58 -0400
committerPaul Gilbert2014-04-05 17:50:58 -0400
commitd3bc036a46ea83a0bd5a4d16577740b25e8eaec4 (patch)
tree6b72c28de6e93559c61853019a38b69acfa1b60e /engines/mads/nebular/dialogs_nebular.cpp
parent3b27d99c397d6dca2485d50064c7529be1a44f19 (diff)
downloadscummvm-rg350-d3bc036a46ea83a0bd5a4d16577740b25e8eaec4.tar.gz
scummvm-rg350-d3bc036a46ea83a0bd5a4d16577740b25e8eaec4.tar.bz2
scummvm-rg350-d3bc036a46ea83a0bd5a4d16577740b25e8eaec4.zip
MADS: Fix display of dialog at end of taking turkey explosion sequence
Diffstat (limited to 'engines/mads/nebular/dialogs_nebular.cpp')
-rw-r--r--engines/mads/nebular/dialogs_nebular.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/nebular/dialogs_nebular.cpp b/engines/mads/nebular/dialogs_nebular.cpp
index ff25696f5d..871e10416d 100644
--- a/engines/mads/nebular/dialogs_nebular.cpp
+++ b/engines/mads/nebular/dialogs_nebular.cpp
@@ -234,6 +234,7 @@ bool DialogsNebular::show(int msgId) {
dialog->incNumLines();
// Show the dialog
+ _vm->_events->setCursor(CURSOR_ARROW);
dialog->show();
delete dialog;