mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix callcount typo
This commit is contained in:
parent
23f9d8e924
commit
10660411b8
1 changed files with 1 additions and 1 deletions
|
|
@ -1608,7 +1608,7 @@ boolean P_RunTriggerLinedef(line_t *triggerline, mobj_t *actor, sector_t *caller
|
||||||
|
|
||||||
// "Trigger on X calls" linedefs reset if args[2] is set
|
// "Trigger on X calls" linedefs reset if args[2] is set
|
||||||
if (specialtype == 321 && triggerline->args[2])
|
if (specialtype == 321 && triggerline->args[2])
|
||||||
triggerline->callcount = triggerline->args[3];
|
triggerline->callcount = triggerline->args[1];
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// These special types work only once
|
// These special types work only once
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue