diff options
Diffstat (limited to 'saga/script.cpp')
-rw-r--r-- | saga/script.cpp | 1 |
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; |