Oops fix save loading after last commit.
svn-id: r34061
This commit is contained in:
parent
f01a4a8845
commit
1c351a7f82
1 changed files with 2 additions and 2 deletions
|
@ -212,9 +212,9 @@ bool ScummEngine::loadState(int slot, bool compat) {
|
|||
delete in;
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
Graphics::skipThumbnailHeader(*in);
|
||||
}
|
||||
|
||||
Graphics::skipThumbnailHeader(*in);
|
||||
}
|
||||
|
||||
// Since version 56 we save additional information about the creation of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue