mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 13:40:45 +00:00
Remove a line I overlooked in the thinker cleanup branch
This commit is contained in:
parent
d1d006a1a7
commit
3cd8f62ae9
1 changed files with 0 additions and 1 deletions
|
@ -6863,7 +6863,6 @@ void P_SpawnSpecials(boolean fromnetsave)
|
|||
break;
|
||||
case 153: // Dynamic Sinking Platform
|
||||
P_AddFakeFloorsByLine(i, FF_EXISTS|FF_SOLID|FF_RENDERALL|FF_CUTLEVEL, secthinkers);
|
||||
lines[i].flags |= ML_BLOCKMONSTERS;
|
||||
P_AddAirbob(lines[i].frontsector, lines + i, P_AproxDistance(lines[i].dx, lines[i].dy), false, !!(lines[i].flags & ML_NOCLIMB), true);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue