Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DMap_Screen_Helicopter.cc1394 INT32 iPayAmount; in PayOffSkyriderDebtIfAny() local
1401 iPayAmount = MIN( iAmountOwed, LaptopSaveInfo.iCurrentBalance ); in PayOffSkyriderDebtIfAny()
1404 gMercProfiles[ SKYRIDER ].iBalance += iPayAmount; in PayOffSkyriderDebtIfAny()
1406 AddTransactionToPlayersBook( PAYMENT_TO_NPC, SKYRIDER, GetWorldTotalMin( ), -iPayAmount ); in PayOffSkyriderDebtIfAny()
1408 ScreenMsg( FONT_MCOLOR_DKRED, MSG_INTERFACE, st_format_printf(pSkyriderText[ 0 ], iPayAmount) ); in PayOffSkyriderDebtIfAny()