mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
whoops
This commit is contained in:
parent
49cceda15b
commit
049a7db877
1 changed files with 1 additions and 1 deletions
|
@ -5694,7 +5694,7 @@ UINT16 P_GetFFloorID(ffloor_t *fflr)
|
|||
sector_t *sec;
|
||||
UINT16 i = 0;
|
||||
|
||||
if (!rover)
|
||||
if (!fflr)
|
||||
return UINT16_MAX;
|
||||
|
||||
sec = rover->target;
|
||||
|
|
Loading…
Reference in a new issue