mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-14 20:50:09 +00:00
DREAMWEB: Remove regression from b0a42f1 (duplicate saved reel data)
This commit is contained in:
parent
a1799ba091
commit
09eaef6bcd
@ -435,7 +435,6 @@ void DreamGenContext::savePosition(unsigned int slot, const char *descbuf) {
|
||||
for (unsigned int i = 0; 8*i < kLenofreelrouts; ++i) {
|
||||
syncReelRoutine(s, (ReelRoutine*)data.ptr(kReelroutines + 8*i, 8));
|
||||
}
|
||||
outSaveFile->write(data.ptr(kReelroutines, len[5]), len[5]);
|
||||
|
||||
// ScummVM data block
|
||||
outSaveFile->writeUint32BE(SCUMMVM_HEADER);
|
||||
|
Loading…
x
Reference in New Issue
Block a user