aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/script.h
diff options
context:
space:
mode:
authorScott Thomas2009-08-05 13:57:40 +0000
committerScott Thomas2009-08-05 13:57:40 +0000
commit8820b6166ecc5f2c76e926aefdbf4d3ad6f2f062 (patch)
tree17ee69adb605a0618eb28b97c379273cd0d98690 /engines/groovie/script.h
parent26b372603bf84ad050d0c7b0db6896eb5279664e (diff)
downloadscummvm-rg350-8820b6166ecc5f2c76e926aefdbf4d3ad6f2f062.tar.gz
scummvm-rg350-8820b6166ecc5f2c76e926aefdbf4d3ad6f2f062.tar.bz2
scummvm-rg350-8820b6166ecc5f2c76e926aefdbf4d3ad6f2f062.zip
T7G: Fix bug #2831041 by implementing opcode responsible for starting music partway through a video
svn-id: r43068
Diffstat (limited to 'engines/groovie/script.h')
-rw-r--r--engines/groovie/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/groovie/script.h b/engines/groovie/script.h
index 71c26835aa..e9e0be69ec 100644
--- a/engines/groovie/script.h
+++ b/engines/groovie/script.h
@@ -219,6 +219,7 @@ private:
void o_sethotspotleft();
void o_getcd();
void o_playcd();
+ void o_musicdelay();
void o_hotspot_outrect();
void o_stub56();
void o_stub59();