summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 95de7b8)
raw | patch | inline | side by side (parent: 95de7b8)
author | FGSFDSFGS <derp.primus@gmail.com> | |
Tue, 28 Jun 2016 18:42:58 +0000 (21:42 +0300) | ||
committer | FGSFDSFGS <derp.primus@gmail.com> | |
Tue, 28 Jun 2016 18:49:16 +0000 (21:49 +0300) |
src/game/g_triggers.pas | patch | blob | history |
index 162861306ae12742371fae18fcc1e59e3dad27f4..6498b13e315c3a608f1bbfd4bebf7c929728b3a7 100644 (file)
--- a/src/game/g_triggers.pas
+++ b/src/game/g_triggers.pas
TRIGGER_SCRIPT:
begin
- g_Scripts_ProcExec(Data.SCRProc, [ID, ActivateUID, Data.SCRArg], 'map');
+ g_Scripts_ProcExec(Data.SCRProc, [ID, ActivateUID, actType, Data.SCRArg], 'map');
TimeOut := 1;
Result := True;
end;