aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/core.h
diff options
context:
space:
mode:
authorFilippos Karapetis2009-11-04 09:49:28 +0000
committerFilippos Karapetis2009-11-04 09:49:28 +0000
commit611f5dd95f30012a8c98c4285837a1ce32bdc19a (patch)
treeb3b42dd6359efbed16dd5c8146ff1988cc583ad0 /engines/sci/sfx/core.h
parent597524b255a75bb61830c8c518d990a38a4923b5 (diff)
downloadscummvm-rg350-611f5dd95f30012a8c98c4285837a1ce32bdc19a.tar.gz
scummvm-rg350-611f5dd95f30012a8c98c4285837a1ce32bdc19a.tar.bz2
scummvm-rg350-611f5dd95f30012a8c98c4285837a1ce32bdc19a.zip
Moved sound sync related variables inside the AudioPlayer class and fixed compilation
svn-id: r45654
Diffstat (limited to 'engines/sci/sfx/core.h')
-rw-r--r--engines/sci/sfx/core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sci/sfx/core.h b/engines/sci/sfx/core.h
index 92ea788636..60696583b7 100644
--- a/engines/sci/sfx/core.h
+++ b/engines/sci/sfx/core.h
@@ -54,8 +54,6 @@ public: // FIXME, make private
SongLibrary _songlib; /**< Song library */
Song *_song; /**< Active song, or start of active song chain */
bool _suspended; /**< Whether we are suspended */
- Resource *_syncResource; /**< Used by kDoSync for speech syncing in CD talkie games */
- uint _syncOffset;
ResourceManager *_resMan;
public: