mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-14 00:20:51 +00:00
- fixed playback of gzip compressed music
https://forum.zdoom.org/viewtopic.php?t=66157
This commit is contained in:
parent
c3dc8ea837
commit
1deade93cf
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ struct VectorReader : public MemoryReader
|
||||||
getter(mVector);
|
getter(mVector);
|
||||||
mData = mVector.data();
|
mData = mVector.data();
|
||||||
mLength = (long)mVector.size();
|
mLength = (long)mVector.size();
|
||||||
|
mPos = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue