mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-30 01:49:10 +00:00
(svn r18036) -Fix (r17999): Always two they are.
This commit is contained in:
@@ -5141,7 +5141,7 @@ static void LoadGRFSound(byte *buf, uint len)
|
||||
|
||||
case 'atad': // 'data'
|
||||
sound->file_size = size;
|
||||
sound->file_offset = FioGetPos() - (len - (buf - buf_start)) + 1;
|
||||
sound->file_offset = FioGetPos() - (len - (buf - buf_start));
|
||||
sound->file_slot = _file_index;
|
||||
|
||||
/* Set default volume and priority */
|
||||
|
Reference in New Issue
Block a user