diff options
Diffstat (limited to 'engines/voyeur/data.cpp')
-rw-r--r-- | engines/voyeur/data.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/data.cpp b/engines/voyeur/data.cpp index 8e22fe3ad1..db59760e13 100644 --- a/engines/voyeur/data.cpp +++ b/engines/voyeur/data.cpp @@ -39,7 +39,7 @@ void VoyeurEvent::synchronize(Common::Serializer &s) { /*------------------------------------------------------------------------*/ SVoy::SVoy() { - // Initialise all the data fields of SVoy to empty values + // Initialize all the data fields of SVoy to empty values Common::fill((byte *)this, (byte *)this + sizeof(SVoy), 0); _eventFlags = EVTFLAG_TIME_DISABLED; |