Home
last modified time | relevance | path

Searched refs:setFloorSpeed (Results 1 – 2 of 2) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_snapshot.h536 void setFloorSpeed(fixed_t val) { mFloorSpeed = val; } in setFloorSpeed() function
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dcl_main.cpp2834 snap.setFloorSpeed(MSG_ReadShort() << FRACBITS); in CL_UpdateMovingSector()
2856 snap.setFloorSpeed(MSG_ReadShort() << FRACBITS); in CL_UpdateMovingSector()
2923 snap.setFloorSpeed(snap.getCeilingSpeed()); in CL_UpdateMovingSector()
2935 snap.setFloorSpeed(MSG_ReadShort() << FRACBITS); in CL_UpdateMovingSector()