aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker/tucker.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tucker/tucker.h')
-rw-r--r--engines/tucker/tucker.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/tucker/tucker.h b/engines/tucker/tucker.h
index a30e09f9de..80374a0d5c 100644
--- a/engines/tucker/tucker.h
+++ b/engines/tucker/tucker.h
@@ -335,6 +335,7 @@ protected:
void addObjectToInventory(int num);
void removeObjectFromInventory(int num);
void handleMap();
+ void clearSprites();
void updateSprites();
void updateSprite(int i);
void drawStringInteger(int num, int x, int y, int digits);
@@ -705,12 +706,11 @@ protected:
int _currentFxIndex;
int _speechSoundNum;
int _speechVolume;
- Audio::SoundHandle _sfxHandles[6];
- Audio::SoundHandle _musicHandles[2];
+ Audio::SoundHandle _sfxHandles[kLocationSoundsTableSize];
+ Audio::SoundHandle _musicHandles[kLocationMusicsTableSize];
Audio::SoundHandle _speechHandle;
int _miscSoundFxNum[2];
int _speechHistoryTable[kSpeechHistoryTableSize];
- int _charSpeechSoundVolumeTable[kMaxCharacters];
int _charSpeechSoundCounter;
int _miscSoundFxDelayCounter[2];
int _characterSoundFxDelayCounter;