diff options
-rw-r--r-- | engines/mads/nebular/nebular_scenes2.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/nebular/nebular_scenes2.cpp b/engines/mads/nebular/nebular_scenes2.cpp index cd849d9839..6c7e4f3188 100644 --- a/engines/mads/nebular/nebular_scenes2.cpp +++ b/engines/mads/nebular/nebular_scenes2.cpp @@ -4259,7 +4259,8 @@ void Scene210::enter() { } restoreDialogNode(_curDialogNode, quote, number); - _scene->_activeAnimation->setCurrentFrame(131); + if (_scene->_activeAnimation) + _scene->_activeAnimation->setCurrentFrame(131); } _vm->_palette->setEntry(252, 63, 63, 10); |