diff options
author | Willem Jan Palenstijn | 2006-05-27 11:51:17 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2006-05-27 11:51:17 +0000 |
commit | 0f10a11ba021ddc658148a052bc68778a49a28d0 (patch) | |
tree | 1683b42601e45e4138925275301bd98cb5a57738 /engines/simon | |
parent | 0fef7b32b28914413189a4aa444dfff15f3d2c5f (diff) | |
download | scummvm-rg350-0f10a11ba021ddc658148a052bc68778a49a28d0.tar.gz scummvm-rg350-0f10a11ba021ddc658148a052bc68778a49a28d0.tar.bz2 scummvm-rg350-0f10a11ba021ddc658148a052bc68778a49a28d0.zip |
uninitialized variable
svn-id: r22674
Diffstat (limited to 'engines/simon')
-rw-r--r-- | engines/simon/simon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp index 50f9463d84..865a3c9765 100644 --- a/engines/simon/simon.cpp +++ b/engines/simon/simon.cpp @@ -86,6 +86,7 @@ SimonEngine::SimonEngine(OSystem *syst) _gameFile = 0; _strippedTxtMem = 0; + _textMem = 0; _textSize = 0; _stringTabNum = 0; _stringTabPos = 0; |