diff options
author | Norbert Lange | 2009-08-08 09:49:28 +0000 |
---|---|---|
committer | Norbert Lange | 2009-08-08 09:49:28 +0000 |
commit | 4e7b156e1094f0edee51d51069dc394af6bb0257 (patch) | |
tree | 7f5061a346baaf8ce8f7b3e70901d606f1dbf761 /sound | |
parent | 6dbeddab258b5b681586e4e6996acfc3f2cce2be (diff) | |
download | scummvm-rg350-4e7b156e1094f0edee51d51069dc394af6bb0257.tar.gz scummvm-rg350-4e7b156e1094f0edee51d51069dc394af6bb0257.tar.bz2 scummvm-rg350-4e7b156e1094f0edee51d51069dc394af6bb0257.zip |
fix a bug that prevented gcc from compiling
correctly added my palette patch (it showed up in the rev-changes but dint got applied fully to the svn tree?)
svn-id: r43116
Diffstat (limited to 'sound')
-rw-r--r-- | sound/mods/maxtrax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mods/maxtrax.h b/sound/mods/maxtrax.h index f5845e617f..c75a14c237 100644 --- a/sound/mods/maxtrax.h +++ b/sound/mods/maxtrax.h @@ -205,7 +205,7 @@ private: int32 stopEventTime; } _voiceCtx[kNumVoices]; - void MaxTrax::controlCh(ChannelContext &channel, byte command, byte data); + void controlCh(ChannelContext &channel, byte command, byte data); void freePatches(); void freeScores(); void resetChannel(ChannelContext &chan, bool rightChannel); |