mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 12:10:22 +02:00
* correction for missing start in wavstream record. Mantis #25268
git-svn-id: trunk@26006 -
This commit is contained in:
parent
6359441045
commit
be92aba9ba
@ -103,6 +103,7 @@ type
|
||||
TWAVStream = record
|
||||
rw : PSDL_RWops;
|
||||
freerw : TSDL_Bool;
|
||||
start: longint;
|
||||
stop : longint;
|
||||
cvt : TSDL_AudioCVT;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user