diff options
Diffstat (limited to 'engines/supernova/resman.h')
-rw-r--r-- | engines/supernova/resman.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/supernova/resman.h b/engines/supernova/resman.h index f44ab89788..cca38b2f74 100644 --- a/engines/supernova/resman.h +++ b/engines/supernova/resman.h @@ -47,8 +47,8 @@ public: ResourceManager(); ~ResourceManager(); - Audio::SeekableAudioStream *getSoundStream(AudioIndex index); - Audio::AudioStream *getSoundStream(MusicIndex index) const; + Audio::SeekableAudioStream *getSoundStream(AudioId index); + Audio::AudioStream *getSoundStream(MusicId index) const; MSNImage *getImage(int filenumber) const; const byte *getImage(CursorId id) const; |