diff options
Diffstat (limited to 'scumm/imuse_digi.h')
-rw-r--r-- | scumm/imuse_digi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/imuse_digi.h b/scumm/imuse_digi.h index a083f58ad4..199ab652a1 100644 --- a/scumm/imuse_digi.h +++ b/scumm/imuse_digi.h @@ -141,7 +141,7 @@ public: void stopSound(int sound); void stopAllSounds(); void pause(bool pause); - int32 doCommand(int a, int b, int c, int d, int e, int f, int g, int h); + void parseScriptQues(int a, int b, int c, int d, int e, int f, int g, int h); int getSoundStatus(int sound) const; }; |