This commit is contained in:
Monster Iestyn 2020-04-25 16:52:11 +01:00
parent a1a7c3785c
commit b429de12f4

View file

@ -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;