- fixed playback of gzip compressed music

https://forum.zdoom.org/viewtopic.php?t=66157
This commit is contained in:
alexey.lysiuk 2019-10-19 11:30:04 +03:00
parent c3dc8ea837
commit 1deade93cf

View file

@ -215,6 +215,7 @@ struct VectorReader : public MemoryReader
getter(mVector);
mData = mVector.data();
mLength = (long)mVector.size();
mPos = 0;
}