aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-12-29 16:05:12 +0000
committerTorbjörn Andersson2004-12-29 16:05:12 +0000
commitfd0efdc6546d9cddf2ae64d6fbebd33bed7f9085 (patch)
treeb5c54fa1cd3eb422da478e962f0de3f224adff00
parent6b4264d3a8cb5ebd32b7510bffe781bb2f1ba8aa (diff)
downloadscummvm-rg350-fd0efdc6546d9cddf2ae64d6fbebd33bed7f9085.tar.gz
scummvm-rg350-fd0efdc6546d9cddf2ae64d6fbebd33bed7f9085.tar.bz2
scummvm-rg350-fd0efdc6546d9cddf2ae64d6fbebd33bed7f9085.zip
Might as well initialise this variable.
svn-id: r16370
-rw-r--r--saga/script.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/saga/script.cpp b/saga/script.cpp
index 9b6395beaf..4dd0178530 100644
--- a/saga/script.cpp
+++ b/saga/script.cpp
@@ -46,6 +46,7 @@ Script::Script() {
//initialize member variables
_dbg_thread = 0;
+ _dbg_singlestep = 0;
_scriptContext = 0;
_voiceLUTPresent = false;
_scriptLUTEntryLen = 0;