mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Merge branch 'spindash-platform-fix' into 'next'
Fix typo in rising FOF binary-to-UDMF conversion See merge request STJr/SRB2!1853
This commit is contained in:
commit
e23be4eaed
1 changed files with 1 additions and 1 deletions
|
@ -4575,7 +4575,7 @@ static void P_ConvertBinaryLinedefTypes(void)
|
|||
//Flags
|
||||
if (lines[i].flags & ML_BLOCKMONSTERS)
|
||||
lines[i].args[6] |= TMFR_REVERSE;
|
||||
if (lines[i].flags & ML_BLOCKMONSTERS)
|
||||
if (lines[i].flags & ML_NOCLIMB)
|
||||
lines[i].args[6] |= TMFR_SPINDASH;
|
||||
|
||||
lines[i].special = 190;
|
||||
|
|
Loading…
Reference in a new issue