aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/coktelvideo.cpp
diff options
context:
space:
mode:
authorSven Hesse2008-05-23 20:40:28 +0000
committerSven Hesse2008-05-23 20:40:28 +0000
commit62d0a0d1d1e3735e4898729493ea2dcaa7f85df4 (patch)
treec5ebbd4be0bf0093f574d35a60d5bfb421a2c4fa /engines/gob/coktelvideo.cpp
parent4b06f42ff339cc79eb17aa75140987c1426e405a (diff)
downloadscummvm-rg350-62d0a0d1d1e3735e4898729493ea2dcaa7f85df4.tar.gz
scummvm-rg350-62d0a0d1d1e3735e4898729493ea2dcaa7f85df4.tar.bz2
scummvm-rg350-62d0a0d1d1e3735e4898729493ea2dcaa7f85df4.zip
Implemented GobEngine::pauseEngineIntern()
svn-id: r32233
Diffstat (limited to 'engines/gob/coktelvideo.cpp')
-rw-r--r--engines/gob/coktelvideo.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/gob/coktelvideo.cpp b/engines/gob/coktelvideo.cpp
index d6cbd5c2b5..729927eb94 100644
--- a/engines/gob/coktelvideo.cpp
+++ b/engines/gob/coktelvideo.cpp
@@ -340,6 +340,11 @@ void Imd::waitEndFrame() {
g_system->delayMillis(_frameLength);
}
+void Imd::notifyPaused(uint32 duration) {
+ if (_soundStage == 2)
+ _soundStartTime += duration;
+}
+
void Imd::copyCurrentFrame(byte *dest,
uint16 left, uint16 top, uint16 width, uint16 height,
uint16 x, uint16 y, uint16 pitch, int16 transp) {