Home
last modified time | relevance | path

Searched refs:m_FloorDestHeight (Results 1 – 5 of 5) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_floor.cpp75 << m_FloorDestHeight in Serialize()
92 >> m_FloorDestHeight in Serialize()
139 m_FloorDestHeight = m_OrgHeight; in RunThink()
269 m_FloorDestHeight += height; in DFloor()
299 m_FloorDestHeight = height; in DFloor()
306 m_FloorDestHeight = in DFloor()
341 m_FloorDestHeight = floorheight - in DFloor()
357 m_FloorDestHeight = floorheight + in DFloor()
373 m_FloorDestHeight = in DFloor()
854 << m_FloorDestHeight in Serialize()
[all …]
H A Dp_snapshot.cpp717 mFloorDestination = elevator->m_FloorDestHeight; in SectorSnapshot()
747 mFloorDestination = floor->m_FloorDestHeight; in SectorSnapshot()
884 elevator->m_FloorDestHeight = mFloorDestination; in toSector()
964 floor->m_FloorDestHeight = mFloorDestination; in toSector()
H A Dp_spec.h860 fixed_t m_FloorDestHeight; variable
933 fixed_t m_FloorDestHeight; variable
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dcl_main.h66 fixed_t m_FloorDestHeight; member
108 fixed_t m_FloorDestHeight; member
/dports/games/odamex/odamex-src-0.7.0/server/src/
H A Dsv_main.cpp1466 MSG_WriteShort(netbuf, Elevator->m_FloorDestHeight >> FRACBITS); in SV_SendMovingSectorUpdate()
1527 MSG_WriteShort(netbuf, Floor->m_FloorDestHeight >> FRACBITS); in SV_SendMovingSectorUpdate()