aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2006-05-27 11:51:17 +0000
committerWillem Jan Palenstijn2006-05-27 11:51:17 +0000
commit0f10a11ba021ddc658148a052bc68778a49a28d0 (patch)
tree1683b42601e45e4138925275301bd98cb5a57738
parent0fef7b32b28914413189a4aa444dfff15f3d2c5f (diff)
downloadscummvm-rg350-0f10a11ba021ddc658148a052bc68778a49a28d0.tar.gz
scummvm-rg350-0f10a11ba021ddc658148a052bc68778a49a28d0.tar.bz2
scummvm-rg350-0f10a11ba021ddc658148a052bc68778a49a28d0.zip
uninitialized variable
svn-id: r22674
-rw-r--r--engines/simon/simon.cpp1
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;