aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scene.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-26 00:14:47 +0300
committerEugene Sandulenko2013-09-06 14:51:06 +0300
commitb18f08d93bc1e7f681a830413b0e57fad61faff3 (patch)
tree87515374c5b1ea377d0e79096bf656fc4ff5d8f3 /engines/fullpipe/scene.cpp
parent7f332e1f208344f88d1cfd1899743eb7dd5403de (diff)
downloadscummvm-rg350-b18f08d93bc1e7f681a830413b0e57fad61faff3.tar.gz
scummvm-rg350-b18f08d93bc1e7f681a830413b0e57fad61faff3.tar.bz2
scummvm-rg350-b18f08d93bc1e7f681a830413b0e57fad61faff3.zip
FULLPIPE: Started Statics drawing
Diffstat (limited to 'engines/fullpipe/scene.cpp')
-rw-r--r--engines/fullpipe/scene.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/fullpipe/scene.cpp b/engines/fullpipe/scene.cpp
index f9b4c0b8ef..93c56daadf 100644
--- a/engines/fullpipe/scene.cpp
+++ b/engines/fullpipe/scene.cpp
@@ -106,6 +106,9 @@ void SceneTag::loadScene() {
_scene->load(archive);
+ if (_scene->_shadows)
+ _scene->_shadows->init();
+
delete file;
g_fullpipe->_currArchive = 0;