From 2d7ab33be2f820ce0c7c8215cabbb8e1237a449b Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Fri, 28 Jun 2019 19:58:18 +0530 Subject: HDB: Add _textOutList.push_back() call --- engines/hdb/window.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/hdb/window.cpp') 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) { -- cgit v1.2.3