DEADSOFTWARE

fix 16-bit wav sounds on big-endian machines
[d2df-sdl.git] / src / engine / e_soundfile_vorbis.pas
index 1c237c132413e3e363948df6d39317ad92e15a43..d003fb697b728a16065af8e245af5bbf9c6d6571 100644 (file)
@@ -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