aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/saveload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/saveload.cpp b/scumm/saveload.cpp
index 17bea59e37..4a3b22e4ab 100644
--- a/scumm/saveload.cpp
+++ b/scumm/saveload.cpp
@@ -128,7 +128,7 @@ bool ScummEngine::loadState(int slot, bool compat) {
return false;
}
- // Sine version 52 a thumbnail is saved directly after the header
+ // Since version 52 a thumbnail is saved directly after the header
if (hdr.ver >= VER(52)) {
uint32 type = in->readUint32BE();
if (type != MKID('THMB')) {