mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-24 19:52:08 +00:00
comment typo
This commit is contained in:
parent
8a00b47b38
commit
bfd8bd7564
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue