aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/game.h')
-rw-r--r--engines/mads/game.h4
1 files changed, 2 insertions, 2 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);