mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
ZVISION: Fix ZorkRaw stream decoder return true instead of real flag.
This commit is contained in:
parent
44464ce686
commit
1477192e8c
@ -107,7 +107,7 @@ public:
|
||||
int readBuffer(int16 *buffer, const int numSamples);
|
||||
|
||||
bool isStereo() const {
|
||||
return true;
|
||||
return _stereo;
|
||||
}
|
||||
bool endOfData() const {
|
||||
return _endOfData;
|
||||
|
Loading…
Reference in New Issue
Block a user