aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/util.cpp')
-rw-r--r--engines/gob/util.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/util.cpp b/engines/gob/util.cpp
index 2916caa340..d89368b898 100644
--- a/engines/gob/util.cpp
+++ b/engines/gob/util.cpp
@@ -120,6 +120,8 @@ void Util::processInput(bool scroll) {
_fastMode ^= 1;
else if (event.kbd.keycode == Common::KEYCODE_g)
_fastMode ^= 2;
+ else if (event.kbd.keycode == Common::KEYCODE_p)
+ _vm->pauseGame();
break;
}
addKeyToBuffer(event.kbd);