mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-22 04:01:06 +00:00
- Duke: fixed access card activation delay.
This commit is contained in:
parent
d5b217df2a
commit
1e3a285534
1 changed files with 1 additions and 1 deletions
|
@ -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]];
|
||||
|
||||
|
|
Loading…
Reference in a new issue