mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-20 18:01:16 +00:00
Fix a typo
This commit is contained in:
parent
875ba7915c
commit
2638e1212c
1 changed files with 1 additions and 1 deletions
|
@ -3741,7 +3741,7 @@ static void P_ConvertBinaryMap(void)
|
|||
case 310: //CTF red team - each time
|
||||
case 311: //CTF blue team - continuous
|
||||
case 312: //CTF blue team - each time
|
||||
if (lines[i].special % 2 == 1)
|
||||
if (lines[i].special % 2 == 0)
|
||||
lines[i].args[0] = (lines[i].flags & ML_BOUNCY) ? TMT_EACHTIMEENTERANDEXIT : TMT_EACHTIMEENTER;
|
||||
else
|
||||
lines[i].args[0] = TMT_CONTINUOUS;
|
||||
|
|
Loading…
Reference in a new issue