Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/rts/Game/
H A DGameHelper.cpp1016 float sumBorderSquareHeight = 0.0f; in GetBuildHeight() local
1038 sumBorderSquareHeight += sqCurHgt; in GetBuildHeight()
1051 float avgHgt = sumBorderSquareHeight / numBorderSquares; in GetBuildHeight()