diff options
Diffstat (limited to 'scumm/bundle.h')
-rw-r--r-- | scumm/bundle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/bundle.h b/scumm/bundle.h index d1e9b230e8..9f4d48f0ac 100644 --- a/scumm/bundle.h +++ b/scumm/bundle.h @@ -63,8 +63,8 @@ public: void initializeImcTables(); bool openVoiceFile(const char *filename, const char *directory); bool openMusicFile(const char *filename, const char *directory); - int32 decompressVoiceSampleByName(char *name, byte *comp_final); - int32 decompressVoiceSampleByIndex(int32 index, byte *comp_final); + int32 decompressVoiceSampleByName(char *name, byte **comp_final); + int32 decompressVoiceSampleByIndex(int32 index, byte **comp_final); int32 decompressMusicSampleByName(char *name, int32 number, byte *comp_final); int32 decompressMusicSampleByIndex(int32 index, int32 number, byte *comp_final); int32 getNumberOfMusicSamplesByIndex(int32 index); |