From 364eb961aeb135e44786ebe2e17712b0ef9a0103 Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 10 Nov 2009 16:50:00 +0000 Subject: (svn r18036) -Fix (r17999): Always two they are. --- src/newgrf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/newgrf.cpp b/src/newgrf.cpp index 3da5acec5..c64f12b81 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -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 */ -- cgit v1.2.3-54-g00ecf