mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 00:42:24 +00:00
TRECISION: Use SeekableReadStreamEndianWrapper
This commit is contained in:
parent
d74516f84a
commit
5de39f8024
@ -42,7 +42,7 @@
|
||||
namespace Trecision {
|
||||
|
||||
Common::SeekableReadStreamEndian *TrecisionEngine::readEndian(Common::SeekableReadStream *stream, DisposeAfterUse::Flag dispose) {
|
||||
return new Common::SeekableSubReadStreamEndian(stream, 0, stream->size(), isAmiga(), dispose);
|
||||
return new Common::SeekableReadStreamEndianWrapper(stream, isAmiga(), dispose);
|
||||
}
|
||||
|
||||
void TrecisionEngine::loadAll() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user