DEADSOFTWARE

fucking tabs 2
[d2df-sdl.git] / src / game / g_triggers.pas
index 80d26f2bc028f46bb7f6136cfbc750cbd6dd9ecc..46f6a34f6baef9e6205abccd7390dc7778fe2db5 100644 (file)
@@ -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