aboutsummaryrefslogtreecommitdiff
path: root/engines/mads
diff options
context:
space:
mode:
authorJohannes Schickel2014-05-27 00:58:25 +0200
committerJohannes Schickel2014-05-27 00:58:25 +0200
commit6a7cc38c89305cecdcb6414fe438615beb931eca (patch)
tree4a4f9236e27d0160fd0635700efb447e31103412 /engines/mads
parentb88e2d27a90d8493395684f2b72cba4d2f02c54d (diff)
downloadscummvm-rg350-6a7cc38c89305cecdcb6414fe438615beb931eca.tar.gz
scummvm-rg350-6a7cc38c89305cecdcb6414fe438615beb931eca.tar.bz2
scummvm-rg350-6a7cc38c89305cecdcb6414fe438615beb931eca.zip
MADS: synchronise -> synchronize
Diffstat (limited to 'engines/mads')
-rw-r--r--engines/mads/game.h4
-rw-r--r--engines/mads/scene.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/engines/mads/game.h b/engines/mads/game.h
index 6ec053e068..3a84a720f7 100644
--- a/engines/mads/game.h
+++ b/engines/mads/game.h
@@ -184,9 +184,9 @@ public:
virtual void step() = 0;
/**
- * Synchronise the game data
+ * Synchronize the game data
* @param s Serializer
- * @param phase1 If true, it's synchronising the basic scene information
+ * @param phase1 If true, it's synchronizing the basic scene information
*/
virtual void synchronize(Common::Serializer &s, bool phase1);
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index c53c4d64ab..407d70dc85 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -241,7 +241,7 @@ public:
void freeAnimation();
/**
- * Synchronise the game
+ * Synchronize the game
*/
void synchronize(Common::Serializer &s);
};