Home
last modified time | relevance | path

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

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DAI_Diplomacy.cpp76 if (d_owner->getDiplomaticScore (it) < DIPLOMACY_MIN_SCORE + 2) in makeFriendsAndEnemies()
H A Ddefs.h73 const unsigned int DIPLOMACY_MIN_SCORE = 0; variable
H A Dplayer.cpp2683 d_diplomatic_score[player->getId()] = DIPLOMACY_MIN_SCORE; in alterDiplomaticRelationshipScore()