aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge.cpp
diff options
context:
space:
mode:
authorStrangerke2011-09-17 17:27:05 +0200
committerStrangerke2011-09-17 17:27:05 +0200
commitd574cfe272e80c08387333a56ffe9955130f276b (patch)
tree56af8769a3018ddeba39a20a12dcf4b2a2800a81 /engines/cge/cge.cpp
parent3583c949f253330dbf4c53a66b74e764de9ea156 (diff)
downloadscummvm-rg350-d574cfe272e80c08387333a56ffe9955130f276b.tar.gz
scummvm-rg350-d574cfe272e80c08387333a56ffe9955130f276b.tar.bz2
scummvm-rg350-d574cfe272e80c08387333a56ffe9955130f276b.zip
CGE: Move _talk and _text to CGEEngine
Diffstat (limited to 'engines/cge/cge.cpp')
-rw-r--r--engines/cge/cge.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge/cge.cpp b/engines/cge/cge.cpp
index f1b69a0ecd..b8ccbc8638 100644
--- a/engines/cge/cge.cpp
+++ b/engines/cge/cge.cpp
@@ -90,6 +90,7 @@ void CGEEngine::init() {
// Initialise engine objects
_font = new Font(this, "CGE");
_text = new Text(this, "CGE");
+ _talk = NULL;
_vga = new Vga();
_sys = new System(this);
_pocLight = new PocLight(this);