aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/cycle.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2016-02-04 12:51:35 +0100
committerMartin Kiewitz2016-02-04 12:51:35 +0100
commite019323f07cbf31e3522d78782d7fda647689922 (patch)
tree9430983a6bac7e43e0c402f9ea1b6057a20716b6 /engines/agi/cycle.cpp
parenta31312c0a86ccd89e0f6d5ab8e6f279a71efc207 (diff)
downloadscummvm-rg350-e019323f07cbf31e3522d78782d7fda647689922.tar.gz
scummvm-rg350-e019323f07cbf31e3522d78782d7fda647689922.tar.bz2
scummvm-rg350-e019323f07cbf31e3522d78782d7fda647689922.zip
AGI: Add Apple IIgs system UI buttons
For Restart/Quit/Pause dialog
Diffstat (limited to 'engines/agi/cycle.cpp')
-rw-r--r--engines/agi/cycle.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/agi/cycle.cpp b/engines/agi/cycle.cpp
index bf4848563a..17c9c873cc 100644
--- a/engines/agi/cycle.cpp
+++ b/engines/agi/cycle.cpp
@@ -266,6 +266,10 @@ uint16 AgiEngine::processAGIEvents() {
}
break;
+ case CYCLE_INNERLOOP_SYSTEMUI_VERIFICATION:
+ _systemUI->askForVerificationKeyPress(key);
+ break;
+
case CYCLE_INNERLOOP_MESSAGEBOX:
if (key) {
_text->messageBox_KeyPress(key);