X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fengine%2Fe_soundfile_vorbis.pas;h=d003fb697b728a16065af8e245af5bbf9c6d6571;hb=d8e9a85e92260e0982cddfecb66c9dbc940f8eb1;hp=1c237c132413e3e363948df6d39317ad92e15a43;hpb=f2222ab3f47c52963493918b02a57438e8b27e38;p=d2df-sdl.git diff --git a/src/engine/e_soundfile_vorbis.pas b/src/engine/e_soundfile_vorbis.pas index 1c237c1..d003fb6 100644 --- a/src/engine/e_soundfile_vorbis.pas +++ b/src/engine/e_soundfile_vorbis.pas @@ -2,8 +2,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * the Free Software Foundation, version 3 of the License ONLY. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -169,7 +168,7 @@ end; function TVorbisLoader.LoadStream(Stream: TStream; SStreaming: Boolean): Boolean; var - Ret, Bit: clong; + Ret: clong; Info: pvorbis_info; FullBuf: Pointer; begin