aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge.cpp
diff options
context:
space:
mode:
authorStrangerke2011-09-11 14:19:46 +0200
committerStrangerke2011-09-11 14:19:46 +0200
commit08d87130aa31606bfb62ef8a574e161a30866225 (patch)
treee5c9df626c8896a892f49392b996f7b0f1c99d12 /engines/cge/cge.cpp
parent3715d6d444792fc93fe98df4f0274f0be846eed1 (diff)
downloadscummvm-rg350-08d87130aa31606bfb62ef8a574e161a30866225.tar.gz
scummvm-rg350-08d87130aa31606bfb62ef8a574e161a30866225.tar.bz2
scummvm-rg350-08d87130aa31606bfb62ef8a574e161a30866225.zip
CGE: Use EncryptedStream in Text: rewrite caching, remove some methods.
Diffstat (limited to 'engines/cge/cge.cpp')
-rw-r--r--engines/cge/cge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/cge.cpp b/engines/cge/cge.cpp
index 1b9fcf64ed..ade3071497 100644
--- a/engines/cge/cge.cpp
+++ b/engines/cge/cge.cpp
@@ -91,7 +91,7 @@ void CGEEngine::init() {
Cluster::init(this);
// Initialise engine objects
- _text = new Text(this, "CGE", 128);
+ _text = new Text(this, "CGE");
_vga = new Vga();
_sys = new System(this);
_pocLight = new PocLight(this);