mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
CGE2: Fix EncryptedStream::err().
This commit is contained in:
parent
235e3d396e
commit
3e3430ed5d
@ -231,7 +231,7 @@ uint32 EncryptedStream::readUint32LE() {
|
||||
}
|
||||
|
||||
bool EncryptedStream::err() {
|
||||
return (_error & _readStream->err());
|
||||
return (_error || _readStream->err());
|
||||
}
|
||||
|
||||
bool EncryptedStream::eos() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user