aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge.cpp
diff options
context:
space:
mode:
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);