Home
last modified time | relevance | path

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

/dports/games/holotz-castle/holotz-castle-1.3.14-src/src/
H A DHCCharacter.cpp110 …float vx = vJumpMax.x, x = 0.0f, firstVy = 0.0f, lastVy = 0.0f, dy = float(map->CellHeight())/200.… in MaxJumpRows() local
141 firstVy = vJumpMax.y; in MaxJumpRows()
148 vJumpMax.y = firstVy + ((lastVy - firstVy)/2.0f); in MaxJumpRows()