JANITORIAL: Fix various single-character typos
This commit is contained in:
parent
614925d85a
commit
16e2068aec
10 changed files with 10 additions and 10 deletions
|
@ -671,7 +671,7 @@ bool ScummEngine::loadState(int slot, bool compat, Common::String &filename) {
|
|||
|
||||
// Since version 52 a thumbnail is saved directly after the header.
|
||||
if (hdr.ver >= VER(52)) {
|
||||
// Prior to version 75 we always required an thumbnail to be present
|
||||
// Prior to version 75 we always required a thumbnail to be present
|
||||
if (hdr.ver <= VER(74)) {
|
||||
if (!Graphics::checkThumbnailHeader(*in)) {
|
||||
warning("Can not load thumbnail");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue