Home
last modified time | relevance | path

Searched refs:oldheightoffset (Results 1 – 3 of 3) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_playr.h170 int oldheightoffset; member
H A Drt_playr.c396 pstate->heightoffset = pstate->oldheightoffset = 0; in ResetPlayerstate()
5495 pstate->oldheightoffset = pstate->heightoffset; in CheckTemp2Codes()
5504 pstate->oldheightoffset = pstate->heightoffset; in CheckTemp2Codes()
5509 pstate->oldheightoffset = pstate->heightoffset; in CheckTemp2Codes()
5520 pstate->oldheightoffset = pstate->heightoffset; in CheckTemp2Codes()
5532 pstate->oldheightoffset = pstate->heightoffset; in CheckTemp2Codes()
5545 pstate->oldheightoffset = pstate->heightoffset; in CheckTemp2Codes()
5557 if (pstate->heightoffset <= pstate->oldheightoffset) in CheckTemp2Codes()
5560 pstate->heightoffset = pstate->oldheightoffset; in CheckTemp2Codes()
5568 pstate->heightoffset = pstate->oldheightoffset; in CheckTemp2Codes()
[all …]
H A Drt_actor.c6201 pstate->oldheightoffset = pstate->heightoffset; \
6264 pstate->heightoffset = pstate->oldheightoffset + cz; \
6827 pstate->heightoffset = pstate->oldheightoffset + dz; \
8446 locplayerstate->oldheightoffset = locplayerstate->heightoffset; in CheckRunover()