Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DPhysics.cc1823 static UINT16 RandomGridFromRadius(INT16 sSweetGridNo, INT8 ubMinRadius, INT8 ubMaxRadius);
1904 sGridNo = RandomGridFromRadius( sGridNo, bMinMissRadius, bMaxMissRadius ); in CalculateLaunchItemParamsForThrow()
2306 static UINT16 RandomGridFromRadius(INT16 sSweetGridNo, INT8 ubMinRadius, INT8 ubMaxRadius) in RandomGridFromRadius() function