Changes between Version 5 and Version 6 of Ticket #14454
- Timestamp:
- Mar 6, 2024, 10:28:33 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14454 – Description
v5 v6 1 1 --- Updated Description by sluicebox --- 2 2 3 The wind sound, sound 10, is not playing. `AgiSound::createFromRawResource` is rejecting it because its first two bytes are `00 9F` and that doesn't match what it expects. This affects at least the DOS version. Unknown if this is due to a corrupt copy.3 The wind sound, sound 10, is not playing. `AgiSound::createFromRawResource` is rejecting it because its first two bytes are `00 9F` and that doesn't match what it expects. This affects at least the DOS version. I have confirmed that these are the correct bytes for this sound. 4 4 5 5 --- Original Description ---