mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-11 10:32:35 +00:00
comment typo
This commit is contained in:
parent
f6e3d347ff
commit
82535af856
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
|
// 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)
|
fixed_t P_CeilingzAtPos(fixed_t x, fixed_t y, fixed_t z, fixed_t height)
|
||||||
{
|
{
|
||||||
sector_t *sec = R_PointInSubsector(x, y)->sector;
|
sector_t *sec = R_PointInSubsector(x, y)->sector;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue