ZVISION: Fix ZorkRaw stream decoder return true instead of real flag.

This commit is contained in:
Marisa-Chan 2013-11-01 16:05:15 +07:00
parent 44464ce686
commit 1477192e8c

View File

@ -107,7 +107,7 @@ public:
int readBuffer(int16 *buffer, const int numSamples);
bool isStereo() const {
return true;
return _stereo;
}
bool endOfData() const {
return _endOfData;