Home
last modified time | relevance | path

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

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/spells/
H A DSpells02.cpp192 unsigned long ulCalc = ulDuration - ulCurrentTime ; in Update() local
193 arx_assert(ulCalc <= LONG_MAX); in Update()
194 long ff = static_cast<long>(ulCalc); in Update()
H A DSpells03.cpp187 unsigned long ulCalc = ulDuration - ulCurrentTime ; in SetTTL() local
188 arx_assert(ulCalc <= LONG_MAX); in SetTTL()
189 long ff = static_cast<long>(ulCalc); in SetTTL()
973 unsigned long ulCalc = ulDuration - ulCurrentTime ; in Update() local
974 arx_assert(ulCalc <= LONG_MAX); in Update()
975 long ff = static_cast<long>(ulCalc); in Update()
H A DSpells05.cpp211 unsigned long ulCalc = ulDuration - ulCurrentTime ; in Update() local
212 arx_assert(ulCalc <= LONG_MAX); in Update()
213 long ff = static_cast<long>(ulCalc); in Update()