diff options
Diffstat (limited to 'engines/supernova2/resman.h')
-rw-r--r-- | engines/supernova2/resman.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/supernova2/resman.h b/engines/supernova2/resman.h index 325cfb20d8..edcd294e77 100644 --- a/engines/supernova2/resman.h +++ b/engines/supernova2/resman.h @@ -51,8 +51,8 @@ public: Audio::SeekableAudioStream *getSoundStream(AudioId index); Audio::AudioStream *getSoundStream(MusicId index); - const MS2Image *getImage(int filenumber) const; - const byte *getImage(CursorId id) const; + MS2Image *getImage(int filenumber); + const byte *getCursor(CursorId id) const; private: void initSoundFiles(); |