aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/converse.cpp
diff options
context:
space:
mode:
authorStrangerke2013-08-22 23:37:55 +0200
committerStrangerke2013-08-22 23:37:55 +0200
commit52059bf95cc10cc2ad037828f8c734e643198c86 (patch)
tree7341169d9db312c324e24ba111c782f88a272948 /engines/tsage/converse.cpp
parent2774b79e94f9b642498f6d082786d6b8bb7a73cb (diff)
downloadscummvm-rg350-52059bf95cc10cc2ad037828f8c734e643198c86.tar.gz
scummvm-rg350-52059bf95cc10cc2ad037828f8c734e643198c86.tar.bz2
scummvm-rg350-52059bf95cc10cc2ad037828f8c734e643198c86.zip
TSAGE: Replace some British English by American English
Diffstat (limited to 'engines/tsage/converse.cpp')
-rw-r--r--engines/tsage/converse.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tsage/converse.cpp b/engines/tsage/converse.cpp
index 8ae6a0d97e..9828ca71d4 100644
--- a/engines/tsage/converse.cpp
+++ b/engines/tsage/converse.cpp
@@ -707,7 +707,7 @@ void StripManager::synchronize(Serializer &s) {
for (int i = 0; i < arrSize; ++i)
_obj44List[i].synchronize(s);
- // Synhcronise script data
+ // Synchronize script data
int scriptSize = _script.size();
s.syncAsUint16LE(scriptSize);
if (s.isLoading())
@@ -858,7 +858,7 @@ void StripManager::signal() {
++obj44Idx;
if (_obj44List[obj44Idx]._field16[0]) {
- // WORKAROUND: The _lookupList isn't always correctly initialised. But it always
+ // WORKAROUND: The _lookupList isn't always correctly initialized. But it always
// seems to be set to the R2_GLOBALS._stripManager_lookupList, so manually set it
if (!_lookupList)
_lookupList = R2_GLOBALS._stripManager_lookupList;