- Duke: fixed access card activation delay.

This commit is contained in:
Christoph Oelckers 2023-01-08 10:34:14 +01:00
parent d5b217df2a
commit 1e3a285534

View file

@ -1650,7 +1650,7 @@ bool checkhitswitch(int snum, walltype* wwal, DDukeActor* act)
break;
case SwitchDef::Access:
if (!fi.checkaccessswitch(snum, switchpal, act, wwal))
if (fi.checkaccessswitch(snum, switchpal, act, wwal))
return 0;
[[fallthrough]];