1
0
Fork 0

(svn r18036) -Fix (r17999): Always two they are.

release/1.0
frosch 2009-11-10 16:50:00 +00:00
parent 15ede6b763
commit 364eb961ae
1 changed files with 1 additions and 1 deletions

View File

@ -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 */