mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
added an assert
svn-id: r10054
This commit is contained in:
parent
4e07649c97
commit
76961a90c0
@ -480,6 +480,7 @@ void Player_V2::stopSound(int nr) {
|
||||
}
|
||||
|
||||
void Player_V2::startSound(int nr, byte *data) {
|
||||
assert(data);
|
||||
mutex_up();
|
||||
|
||||
int cprio = _current_data ? *(_current_data + _header_len) : 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user