mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
MADS: synchronise -> synchronize
This commit is contained in:
parent
b88e2d27a9
commit
6a7cc38c89
@ -184,9 +184,9 @@ public:
|
|||||||
virtual void step() = 0;
|
virtual void step() = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Synchronise the game data
|
* Synchronize the game data
|
||||||
* @param s Serializer
|
* @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);
|
virtual void synchronize(Common::Serializer &s, bool phase1);
|
||||||
|
|
||||||
|
@ -241,7 +241,7 @@ public:
|
|||||||
void freeAnimation();
|
void freeAnimation();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Synchronise the game
|
* Synchronize the game
|
||||||
*/
|
*/
|
||||||
void synchronize(Common::Serializer &s);
|
void synchronize(Common::Serializer &s);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user