aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-08-25 23:11:17 +0000
committerJohannes Schickel2009-08-25 23:11:17 +0000
commit228ceb3b63cb0e0661259f946faf3fac98d22ee2 (patch)
tree9f8353a528a7c53a0c3acb76a8c84e09d7245568 /engines/cine/cine.cpp
parentb5da8a5cdcd3cd232798ed60f7258bf23e2e9c74 (diff)
downloadscummvm-rg350-228ceb3b63cb0e0661259f946faf3fac98d22ee2.tar.gz
scummvm-rg350-228ceb3b63cb0e0661259f946faf3fac98d22ee2.tar.bz2
scummvm-rg350-228ceb3b63cb0e0661259f946faf3fac98d22ee2.zip
Fix for bugs #2843081 "FW: Assert starting demo (regression)" and #2843080 "OS: Assert starting demo (regression)".
svn-id: r43743
Diffstat (limited to 'engines/cine/cine.cpp')
-rw-r--r--engines/cine/cine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cine/cine.cpp b/engines/cine/cine.cpp
index 8756a2fc3c..46aea246bd 100644
--- a/engines/cine/cine.cpp
+++ b/engines/cine/cine.cpp
@@ -144,6 +144,8 @@ void CineEngine::initialize() {
renderer = new FWRenderer;
}
+ renderer->initialize();
+
collisionPage = new byte[320 * 200];
// Clear part buffer as there's nothing loaded into it yet.