aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/agi.cpp')
-rw-r--r--engines/agi/agi.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/agi/agi.cpp b/engines/agi/agi.cpp
index fffa4217f3..d259e9ecc5 100644
--- a/engines/agi/agi.cpp
+++ b/engines/agi/agi.cpp
@@ -523,6 +523,7 @@ void AgiEngine::initialize() {
game.hires = (uint8 *) calloc(_WIDTH * 2, _HEIGHT);
_sprites = new SpritesMan;
+ _text = new TextMan;
init_video();
tick_timer = 0;