From 2ef170833362f224c43a0433e9fac07aa7947f60 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Fri, 26 Sep 2003 17:51:49 +0000 Subject: stop gcc complaining svn-id: r10417 --- scumm/player_mod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/player_mod.cpp') diff --git a/scumm/player_mod.cpp b/scumm/player_mod.cpp index 7cf07b6d78..c5996828c5 100644 --- a/scumm/player_mod.cpp +++ b/scumm/player_mod.cpp @@ -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"); -- cgit v1.2.3