diff options
Diffstat (limited to 'engines/hdb')
-rw-r--r-- | engines/hdb/window.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/window.cpp b/engines/hdb/window.cpp index aa10fdef1b..041bceb1f6 100644 --- a/engines/hdb/window.cpp +++ b/engines/hdb/window.cpp @@ -397,6 +397,8 @@ void Window::textOut(const char *text, int x, int y, int timer) { g_hdb->_drawMan->getDimensions(t->text, &pw, &lines); t->x = kTextOutCenterX - pw / 2; } + + _textOutList.push_back(t); } void Window::centerTextOut(const char *text, int y, int timer) { |