Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DOppList.h61 extern INT8 gbLastKnownOppLevel[TOTAL_SOLDIERS][TOTAL_SOLDIERS];
H A DOppList.cc101 INT8 gbLastKnownOppLevel[TOTAL_SOLDIERS][TOTAL_SOLDIERS]; variable
2208 gbLastKnownOppLevel[pSoldier->ubID][ubID] = bLevel; in UpdatePersonal()
2692 gbLastKnownOppLevel[pSoldier->ubID][pOpponent->ubID]); in RadioSightings()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TacticalAI/
H A DKnowledge.cc163 pbLastLevel = gbLastKnownOppLevel[pSoldier->ubID] + pTemp->ubID; in MostImportantNoiseHeard()
H A DAttacks.cc579 bOpponentLevel[ubOpponentCnt] = gbLastKnownOppLevel[ pSoldier->ubID ][ pOpponent->ubID ]; in CalcBestThrow()
621 bOpponentLevel[ubOpponentCnt] = gbLastKnownOppLevel[ pSoldier->ubID ][ pOpponent->ubID ]; in CalcBestThrow()
H A DAIUtils.cc816 pbLastLevel = gbLastKnownOppLevel[pSoldier->ubID] + pOpp->ubID; in ClosestReachableDisturbance()
1010 bLevel = gbLastKnownOppLevel[pSoldier->ubID][pOpp->ubID]; in ClosestKnownOpponent()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/
H A DSaveLoadGame.cc1532 FileWrite(hFile, gbLastKnownOppLevel, uiSaveSize); in SaveOppListInfoToSavedGame()
1570 FileRead(hFile, gbLastKnownOppLevel, uiLoadSize); in LoadOppListInfoFromSavedGame()