[Scummvm-cvs-logs] SF.net SVN: scummvm:[55572] scummvm/trunk/engines/hugo/text.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Thu Jan 27 21:42:20 CET 2011
Revision: 55572
http://scummvm.svn.sourceforge.net/scummvm/?rev=55572&view=rev
Author: thebluegr
Date: 2011-01-27 20:42:19 +0000 (Thu, 27 Jan 2011)
Log Message:
-----------
HUGO: Fixed crash when an incorrect hugo.dat file is found
Modified Paths:
--------------
scummvm/trunk/engines/hugo/text.cpp
Modified: scummvm/trunk/engines/hugo/text.cpp
===================================================================
--- scummvm/trunk/engines/hugo/text.cpp 2011-01-27 20:38:58 UTC (rev 55571)
+++ scummvm/trunk/engines/hugo/text.cpp 2011-01-27 20:42:19 UTC (rev 55572)
@@ -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() {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list