From: FGSFDSFGS Date: Wed, 1 Mar 2017 15:09:49 +0000 (+0300) Subject: fucking tabs 2 X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=56b6ed426ce4f88e1b95976031bbce6106020cbc fucking tabs 2 --- diff --git a/src/game/g_triggers.pas b/src/game/g_triggers.pas index 80d26f2..46f6a34 100644 --- a/src/game/g_triggers.pas +++ b/src/game/g_triggers.pas @@ -2501,7 +2501,7 @@ begin for a := 0 to High(gTriggers) do if (gTriggers[a].ID <> DWORD(IgnoreTrigger)) and - (gTriggers[a].TriggerType <> TRIGGER_NONE) and + (gTriggers[a].TriggerType <> TRIGGER_NONE) and (gTriggers[a].TimeOut = 0) and ((gTriggers[a].Keys and k) = gTriggers[a].Keys) and ByteBool(gTriggers[a].ActivateType and ActivateType) then