Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DFlorist_Order_Form.cc170 static UINT32 guiFlowerPrice; variable
310 guiFlowerPrice = 0; in InitFloristOrderFormVariables()
628 guiFlowerPrice = 0; in DisplayFlowerDynamicItems()
631 guiFlowerPrice += gubFlowerOrder_AdditioanalServicePrices[0]; in DisplayFlowerDynamicItems()
635 guiFlowerPrice += gubFlowerOrder_AdditioanalServicePrices[1]; in DisplayFlowerDynamicItems()
639 guiFlowerPrice += gubFlowerOrder_AdditioanalServicePrices[2]; in DisplayFlowerDynamicItems()
643 guiFlowerPrice += gubFlowerOrder_AdditioanalServicePrices[3]; in DisplayFlowerDynamicItems()
654 guiFlowerPrice += usPrice + destination->flowersNextDayDeliveryCost; in DisplayFlowerDynamicItems()
657 guiFlowerPrice += usPrice + destination->flowersWhenItGetsThereCost; in DisplayFlowerDynamicItems()
659 sTemp = ST::format("${}.00 {}", guiFlowerPrice, pMessageStrings[MSG_USDOLLAR_ABBREVIATION]); in DisplayFlowerDynamicItems()
[all …]