aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/debugger/debugger_controller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/debugger/debugger_controller.cpp')
-rw-r--r--engines/wintermute/debugger/debugger_controller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/debugger/debugger_controller.cpp b/engines/wintermute/debugger/debugger_controller.cpp
index 8d1968d020..3d13ab3591 100644
--- a/engines/wintermute/debugger/debugger_controller.cpp
+++ b/engines/wintermute/debugger/debugger_controller.cpp
@@ -188,7 +188,7 @@ Error DebuggerController::stepFinish() {
void DebuggerController::clear() {
_lastScript = nullptr;
- _lastLine = -1;
+ _lastLine = 0xFFFFFFFF; // Invalid
}
Common::String DebuggerController::readValue(const Common::String &name, Error *error) {