mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 18:31:37 +00:00
proper error instead of silent (and fatal) failure
svn-id: r11967
This commit is contained in:
parent
17c189d1f9
commit
87a168bc1b
@ -944,6 +944,8 @@ void IMuseDigital::startSound(int sound, byte *voc_src, int voc_size, int voc_ra
|
||||
*(uint16 *)(_channel[l].data + t * 4 + 0) = *(uint16 *)(ptr + t * 2);
|
||||
*(uint16 *)(_channel[l].data + t * 4 + 2) = *(uint16 *)(ptr + t * 2);
|
||||
}
|
||||
} else {
|
||||
error("Stereo 16 bit sound support not yet implemented");
|
||||
}
|
||||
_channel[l].size = size;
|
||||
} else if (_channel[l].bits == 8) {
|
||||
|
Loading…
Reference in New Issue
Block a user