aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-05-13 06:32:27 +0000
committerTorbjörn Andersson2005-05-13 06:32:27 +0000
commite23b62cfdf0db260255a41e9a2e40a25358b1ccb (patch)
tree62b70899da7584943e9253b875a9e340c0088875 /scumm/saveload.cpp
parent5e52350ebbb3f10989efc6972ea4121296262baa (diff)
downloadscummvm-rg350-e23b62cfdf0db260255a41e9a2e40a25358b1ccb.tar.gz
scummvm-rg350-e23b62cfdf0db260255a41e9a2e40a25358b1ccb.tar.bz2
scummvm-rg350-e23b62cfdf0db260255a41e9a2e40a25358b1ccb.zip
Comment typo.
svn-id: r18078
Diffstat (limited to 'scumm/saveload.cpp')
-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')) {