diff options
author | Filippos Karapetis | 2009-11-04 09:49:28 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-11-04 09:49:28 +0000 |
commit | 611f5dd95f30012a8c98c4285837a1ce32bdc19a (patch) | |
tree | b3b42dd6359efbed16dd5c8146ff1988cc583ad0 /engines/sci/sfx/core.h | |
parent | 597524b255a75bb61830c8c518d990a38a4923b5 (diff) | |
download | scummvm-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.h | 2 |
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: |