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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/cge.cpp b/engines/cge/cge.cpp
index 7a181a58be..944413471b 100644
--- a/engines/cge/cge.cpp
+++ b/engines/cge/cge.cpp
@@ -90,7 +90,7 @@ void CGEEngine::init() {
Cluster::init(this);
// Initialise engine objects
- _text = new Text(this, progName(), 128);
+ _text = new Text(this, "CGE", 128);
_vga = new Vga();
_sys = new System(this);
_pocLight = new PocLight(this);