aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/debug.h')
-rw-r--r--engines/sci/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/debug.h b/engines/sci/debug.h
index dbc929e591..637eba89e1 100644
--- a/engines/sci/debug.h
+++ b/engines/sci/debug.h
@@ -42,6 +42,7 @@ enum DebugSeeking {
struct DebugState {
bool debugging;
+ bool breakpointWasHit;
bool stopOnEvent;
DebugSeeking seeking; // Stepping forward until some special condition is met
int runningStep; // Set to > 0 to allow multiple stepping