aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-11-12 07:05:52 +0000
committerPaweł Kołodziejski2003-11-12 07:05:52 +0000
commit97c78cc37693a5780ad2243d736c835d7f1a23ef (patch)
tree624a0e53a763570ab5a27fb5b2f2b23f5f7dc616 /scumm/sound.h
parent18c28863a2f67ca272920796c76fbb0d27c79782 (diff)
downloadscummvm-rg350-97c78cc37693a5780ad2243d736c835d7f1a23ef.tar.gz
scummvm-rg350-97c78cc37693a5780ad2243d736c835d7f1a23ef.tar.bz2
scummvm-rg350-97c78cc37693a5780ad2243d736c835d7f1a23ef.zip
changed getting position of bundle song to ms
svn-id: r11265
Diffstat (limited to 'scumm/sound.h')
-rw-r--r--scumm/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index eb9ff522a7..28e9d135a6 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -42,6 +42,7 @@ protected:
public:
const char *_nameBundleMusic;
int32 _bundleMusicPosition;
+ int32 _bundleSongPosInMs;
protected:
const char *_newNameBundleMusic;