From 5ee308e48f1ba6a9338109359b5a58fdddf76f06 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 5 Jun 2005 09:26:41 +0000 Subject: Fix long-standing bug with applying one object to another. svn-id: r18353 --- saga/sfuncs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saga') 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); -- cgit v1.2.3