stop gcc complaining

svn-id: r10417
This commit is contained in:
Jonathan Gray 2003-09-26 17:51:49 +00:00
parent a84f204b72
commit 2ef1708333
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ void Player_MOD::clearUpdateProc() {
_mixamt = 0;
}
void Player_MOD::startChannel (int id, const char *data, int size, int rate, uint8 vol, int loopStart, int loopEnd, int8 pan) {
void Player_MOD::startChannel (int id, char *data, int size, int rate, uint8 vol, int loopStart, int loopEnd, int8 pan) {
int i;
if (id == 0)
error("player_mod - attempted to start channel id 0");