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.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/util.cpp b/engines/gob/util.cpp
index 8e2b3d89cd..c1cf42b1de 100644
--- a/engines/gob/util.cpp
+++ b/engines/gob/util.cpp
@@ -31,6 +31,7 @@
#include "gob/draw.h"
#include "gob/game.h"
#include "gob/video.h"
+#include "gob/videoplayer.h"
#include "gob/sound/sound.h"
#include "common/events.h"
@@ -94,6 +95,8 @@ void Util::processInput(bool scroll) {
int16 x = 0, y = 0;
bool hasMove = false;
+ _vm->_vidPlayer->updateLive();
+
while (eventMan->pollEvent(event)) {
switch (event.type) {
case Common::EVENT_MOUSEMOVE: