From b25a5d18628ef4febe48da00b4036a420b708eb5 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 27 Jan 2011 20:42:19 +0000 Subject: HUGO: Fixed crash when an incorrect hugo.dat file is found svn-id: r55572 --- engines/hugo/text.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/hugo/text.cpp') 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() { -- cgit v1.2.3