diff options
author | Johannes Schickel | 2014-05-27 00:58:25 +0200 |
---|---|---|
committer | Johannes Schickel | 2014-05-27 00:58:25 +0200 |
commit | 6a7cc38c89305cecdcb6414fe438615beb931eca (patch) | |
tree | 4a4f9236e27d0160fd0635700efb447e31103412 | |
parent | b88e2d27a90d8493395684f2b72cba4d2f02c54d (diff) | |
download | scummvm-rg350-6a7cc38c89305cecdcb6414fe438615beb931eca.tar.gz scummvm-rg350-6a7cc38c89305cecdcb6414fe438615beb931eca.tar.bz2 scummvm-rg350-6a7cc38c89305cecdcb6414fe438615beb931eca.zip |
MADS: synchronise -> synchronize
-rw-r--r-- | engines/mads/game.h | 4 | ||||
-rw-r--r-- | engines/mads/scene.h | 2 |
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); }; |