Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DStrategic_Movement.cc3243 UINT8 ubChosen; in RandomizePatrolGroupLocation() local
3270 ubChosen = (UINT8)Random( ubTotalWaypoints ); in RandomizePatrolGroupLocation()
3272 if( ubChosen >= ubMaxWaypointID ) in RandomizePatrolGroupLocation()
3276 pGroup->ubNextWaypointID = ubChosen - ubMaxWaypointID; in RandomizePatrolGroupLocation()
3277 ubChosen = pGroup->ubNextWaypointID + 1; in RandomizePatrolGroupLocation()
3282 pGroup->ubNextWaypointID = ubChosen + 1; in RandomizePatrolGroupLocation()
3287 while( wp && ubChosen ) in RandomizePatrolGroupLocation()
3289 ubChosen--; in RandomizePatrolGroupLocation()
3294 Assert( !ubChosen ); in RandomizePatrolGroupLocation()