diff options
Diffstat (limited to 'scumm/smush/smush_player.h')
-rw-r--r-- | scumm/smush/smush_player.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/smush/smush_player.h b/scumm/smush/smush_player.h index 7d1c5dbcac..b119251552 100644 --- a/scumm/smush/smush_player.h +++ b/scumm/smush/smush_player.h @@ -95,12 +95,11 @@ private: void handleNewPalette(Chunk &); void handleFrameObject(Chunk &); void handleSoundBuffer(int32, int32, int32, int32, int32, int32, Chunk &, int32); - void handleImuseBuffer(int32, int32, int32, int32, int32, int32, Chunk &, int32); void handleSoundFrame(Chunk &); void handleSkip(Chunk &); void handleStore(Chunk &); void handleFetch(Chunk &); - void handleImuseAction(Chunk &); + void handleIACT(Chunk &); void handleTextResource(Chunk &); void handleDeltaPalette(Chunk &); void readPalette(byte *, Chunk &); |