GOB: const correctness in SoundBlaster::playComposition()
This commit is contained in:
parent
dd35e72a7e
commit
2d05974b5c
5 changed files with 6 additions and 6 deletions
|
@ -458,7 +458,7 @@ void Sound::blasterStop(int16 fadeLength, SoundDesc *sndDesc) {
|
|||
_blaster->stopSound(fadeLength, sndDesc);
|
||||
}
|
||||
|
||||
void Sound::blasterPlayComposition(int16 *composition, int16 freqVal,
|
||||
void Sound::blasterPlayComposition(const int16 *composition, int16 freqVal,
|
||||
SoundDesc *sndDescs, int8 sndCount) {
|
||||
if (!_blaster)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue