Home
last modified time | relevance | path

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

/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOTALKRES.cpp387 static short tributeAmtArray[] = { 500, 1000, 2000, 3000, 4000 }; in add_tribute_choices() local
393 (~nation_array)->cash >= tributeAmtArray[i] ) in add_tribute_choices()
395 add_talk_choice( tributeStrArray[i], tributeAmtArray[i] ); in add_tribute_choices()