mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
Fix warning
svn-id: r48818
This commit is contained in:
parent
6f4063fd5f
commit
40525d1bb2
@ -628,7 +628,7 @@ void Player_PCE::processSoundData(channel_t *channel) {
|
||||
channel->controlVec23 = true;
|
||||
break;
|
||||
case 32: /*A921*/
|
||||
*ptr++;
|
||||
ptr++;
|
||||
break;
|
||||
case 47:
|
||||
channel->controlVec24 = false;
|
||||
|
Loading…
Reference in New Issue
Block a user