mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 19:16:21 +00:00
TITANIC: Fix OutSaveFile usage
This commit is contained in:
parent
02a997e468
commit
ea360ef8f2
@ -278,7 +278,7 @@ public:
|
||||
* Set up a stream for write access
|
||||
*/
|
||||
virtual void open(Common::OutSaveFile *stream) {
|
||||
SimpleFile::open(Common::wrapCompressedWriteStream(stream));
|
||||
SimpleFile::open(new Common::OutSaveFile(Common::wrapCompressedWriteStream(stream)));
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user