comment typo

This commit is contained in:
Snu 2020-09-30 08:44:43 +01:00
parent 8a00b47b38
commit bfd8bd7564
1 changed files with 1 additions and 1 deletions

View File

@ -4999,7 +4999,7 @@ fixed_t P_FloorzAtPos(fixed_t x, fixed_t y, fixed_t z, fixed_t height)
}
// P_CeilingZAtPos
// Returns the ceilinz of the XYZ position
// Returns the ceilingz of the XYZ position
fixed_t P_CeilingzAtPos(fixed_t x, fixed_t y, fixed_t z, fixed_t height)
{
sector_t *sec = R_PointInSubsector(x, y)->sector;