whoops the sequel

This commit is contained in:
Monster Iestyn 2020-04-25 16:53:52 +01:00
parent b429de12f4
commit 1e1cd04bdf

View file

@ -5697,7 +5697,7 @@ UINT16 P_GetFFloorID(ffloor_t *fflr)
if (!fflr) if (!fflr)
return UINT16_MAX; return UINT16_MAX;
sec = rover->target; sec = fflr->target;
if (!sec->ffloors) if (!sec->ffloors)
return UINT16_MAX; return UINT16_MAX;