diff options
-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); }; |