From 8820b6166ecc5f2c76e926aefdbf4d3ad6f2f062 Mon Sep 17 00:00:00 2001 From: Scott Thomas Date: Wed, 5 Aug 2009 13:57:40 +0000 Subject: T7G: Fix bug #2831041 by implementing opcode responsible for starting music partway through a video svn-id: r43068 --- engines/groovie/script.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/groovie/script.h') 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(); -- cgit v1.2.3