diff options
Diffstat (limited to 'engines/mads/phantom/globals_phantom.cpp')
-rw-r--r-- | engines/mads/phantom/globals_phantom.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/phantom/globals_phantom.cpp b/engines/mads/phantom/globals_phantom.cpp index e0db0a1bb0..dd3bd84aec 100644 --- a/engines/mads/phantom/globals_phantom.cpp +++ b/engines/mads/phantom/globals_phantom.cpp @@ -34,6 +34,7 @@ PhantomGlobals::PhantomGlobals() resize(210); _spriteIndexes.resize(30); _sequenceIndexes.resize(30); + _animationIndexes.resize(30); } void PhantomGlobals::synchronize(Common::Serializer &s) { @@ -41,6 +42,7 @@ void PhantomGlobals::synchronize(Common::Serializer &s) { _spriteIndexes.synchronize(s); _sequenceIndexes.synchronize(s); + _animationIndexes.synchronize(s); } |