diff options
-rw-r--r-- | engines/gob/mult.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/gob/mult.cpp b/engines/gob/mult.cpp index d0b2a6589c..d407c41292 100644 --- a/engines/gob/mult.cpp +++ b/engines/gob/mult.cpp @@ -104,6 +104,8 @@ void Mult::initAll(void) { _objects = 0; _animSurf = 0; _renderData = 0; + + _vm->_scenery->init(); } void Mult::freeAll(void) { @@ -113,7 +115,6 @@ void Mult::freeAll(void) { _vm->_scenery->freeAnim(i); _vm->_scenery->freeStatic(i); } - _vm->_scenery->init(); } void Mult::freeMult() { |