Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DSoldier_Profile_Type.h294 UINT16 sMedicalDepositAmount; member
H A DCampaign.cc732 p.sMedicalDepositAmount = (INT16) CalcNewSalary(p.sMedicalDepositAmount, in ChangeStat()
H A DLoadSaveMercProfile.cc168 EXTR_U16(S, p.sMedicalDepositAmount) in ExtractMercProfile()
371 INJ_U16(D, p.sMedicalDepositAmount) in InjectMercProfile()
H A DMerc_Hiring.cc201 s->usMedicalDeposit = p.sMedicalDepositAmount; in HireMerc()
H A DSoldier_Profile.cc146 p.sMedicalDepositAmount = p.bMedicalDeposit ? CalcMedicalDeposit(p) : 0; in LoadMercProfiles()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DAIMMembers.cc835 zTemp = SPrintMoney(gMercProfiles[gbCurrentSoldier].sMedicalDepositAmount); in UpdateMercInfo()
1257 …ionToPlayersBook(HIRED_MERC, pid, GetWorldTotalMin(), -giContractAmount + p.sMedicalDepositAmount); in AimMemberHireMerc()
1261 AddTransactionToPlayersBook(MEDICAL_DEPOSIT, pid, GetWorldTotalMin(), -p.sMedicalDepositAmount); in AimMemberHireMerc()
1413 if (p.bMedicalDeposit) amount += p.sMedicalDepositAmount; in DisplayMercChargeAmount()
H A DPersonnel.cc2477 sString = SPrintMoney(p.sMedicalDepositAmount); in DisplayEmploymentinformation()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/docs/archeology/
H A DFIXME210 sMedicalDepositAmount: overwritten after load from data file
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DMapScreen.cc897 if (p.sMedicalDepositAmount > 0) in DrawCharacterInfo()
899 buf = SPrintMoney(p.sMedicalDepositAmount); in DrawCharacterInfo()