Home
last modified time | relevance | path

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

/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOAI_DIPL.cpp1033 int offerAmount = (int)cash - MIN(5000, (int)fixed_expense_365days()); in think_request_surrender() local
1040 if( offerAmount >= amtArray[i] ) in think_request_surrender()
1042 offerAmount = amtArray[i]; in think_request_surrender()
1084 TALK_REQUEST_SURRENDER, offerAmount/10 ); // divide by 10 to cope with <short>'s upper limit in think_request_surrender()