mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 10:02:01 +00:00
Fix typo in rising FOF binary-to-UDMF conversion
# Conflicts: # src/p_setup.c
This commit is contained in:
parent
d666ebc2cf
commit
39097e7433
1 changed files with 1 additions and 1 deletions
|
|
@ -4588,7 +4588,7 @@ static void P_ConvertBinaryLinedefTypes(void)
|
|||
//Flags
|
||||
if (lines[i].flags & ML_BLOCKPLAYERS)
|
||||
lines[i].args[6] |= TMFR_REVERSE;
|
||||
if (lines[i].flags & ML_BLOCKPLAYERS)
|
||||
if (lines[i].flags & ML_NOCLIMB)
|
||||
lines[i].args[6] |= TMFR_SPINDASH;
|
||||
|
||||
lines[i].special = 190;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue