Changeset - r13507:2f01bc91d0bb
[Not reviewed]
master
0 1 0
frosch - 15 years ago 2009-11-10 16:50:00
frosch@openttd.org
(svn r18036) -Fix (r17999): Always two they are.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf.cpp
Show inline comments
 
@@ -5141,7 +5141,7 @@ static void LoadGRFSound(byte *buf, uint
 

	
 
			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 */
0 comments (0 inline, 0 general)