Browse Source

* correction for missing start in wavstream record. Mantis #25268

git-svn-id: trunk@26006 -
marco 11 years ago
parent
commit
be92aba9ba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/sdl/src/sdl_mixer_nosmpeg.pas

+ 1 - 0
packages/sdl/src/sdl_mixer_nosmpeg.pas

@@ -103,6 +103,7 @@ type
   TWAVStream = record
   TWAVStream = record
     rw : PSDL_RWops;
     rw : PSDL_RWops;
     freerw : TSDL_Bool;
     freerw : TSDL_Bool;
+    start: longint;
     stop : longint;
     stop : longint;
     cvt : TSDL_AudioCVT;
     cvt : TSDL_AudioCVT;
   end;
   end;