mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 17:01:07 +00:00
Fix typo
This commit is contained in:
parent
29b9fec85d
commit
0a0da81007
1 changed files with 2 additions and 2 deletions
|
@ -4910,9 +4910,9 @@ static void P_ConvertBinaryLinedefTypes(void)
|
|||
case 331: // Player skin - continuous
|
||||
case 332: // Player skin - each time
|
||||
case 333: // Player skin - once
|
||||
if (lines[i].special == 303)
|
||||
if (lines[i].special == 333)
|
||||
lines[i].args[0] = TMT_ONCE;
|
||||
else if (lines[i].special == 302)
|
||||
else if (lines[i].special == 332)
|
||||
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