diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hugo/text.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/hugo/text.cpp b/engines/hugo/text.cpp index 8ba70b7a45..ebb89ae4a8 100644 --- a/engines/hugo/text.cpp +++ b/engines/hugo/text.cpp @@ -30,7 +30,8 @@ namespace Hugo { TextHandler::TextHandler(HugoEngine *vm) : _vm(vm), _textData(0), _stringtData(0), - _textEngine(0), _textIntro(0), _textMouse(0), _textParser(0), _textUtil(0), _screenNames(0) { + _textEngine(0), _textIntro(0), _textMouse(0), _textParser(0), _textUtil(0), + _screenNames(0), _arrayNouns(0), _arrayVerbs(0) { } TextHandler::~TextHandler() { |