Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DBobbyRGuns.cc629 static UINT16 DisplayCostAndQty(UINT16 usPosY, UINT16 usIndex, UINT16 usFontHeight, UINT16 usBobbyI…
664 usHeight = DisplayCostAndQty(usTextPosY, usIndex, usFontHeight, usBobbyIndex, fUsed); in DisplayGunInfo()
684 usHeight = DisplayCostAndQty(usTextPosY, usIndex, usFontHeight, usBobbyIndex, fUsed); in DisplayNonGunWeaponInfo()
707 usHeight = DisplayCostAndQty(usTextPosY, usIndex, usFontHeight, usBobbyIndex, fUsed); in DisplayAmmoInfo()
738 DisplayCostAndQty(usTextPosY, usIndex, usFontHeight, usBobbyIndex, fUsed); in DisplayArmourInfo()
751 DisplayCostAndQty(usTextPosY, usIndex, usFontHeight, usBobbyIndex, fUsed); in DisplayMiscInfo()
758 static UINT16 DisplayCostAndQty(UINT16 usPosY, UINT16 usIndex, UINT16 usFontHeight, UINT16 usBobbyI… in DisplayCostAndQty() function