aboutsummaryrefslogtreecommitdiff
path: root/saga/sfuncs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/sfuncs.cpp')
-rw-r--r--saga/sfuncs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/sfuncs.cpp b/saga/sfuncs.cpp
index b8d91a0653..7696ced45a 100644
--- a/saga/sfuncs.cpp
+++ b/saga/sfuncs.cpp
@@ -313,7 +313,7 @@ void Script::sfScriptDoAction(SCRIPTFUNC_PARAMS) {
event.param2 = scriptEntryPointNumber;
event.param3 = action; // Action
event.param4 = theObject; // Object
- event.param5 = theObject; // With Object
+ event.param5 = withObject; // With Object
event.param6 = objectId;
_vm->_events->queue(&event);