Home
last modified time | relevance | path

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

/dports/games/uqm/uqm-0.8.0/src/uqm/comm/melnorm/
H A Dmelnorm.c602 GLOBAL_SIS (TotalBioMass) = 0; in StripShip()
1200 added_credit = GLOBAL_SIS (TotalBioMass) * BIO_CREDIT_VALUE; in DoSell()
1203 NPCNumber (GLOBAL_SIS (TotalBioMass), NULL); in DoSell()
1227 DeltaCredit (GLOBAL_SIS (TotalBioMass) * BIO_CREDIT_VALUE); in DoSell()
1228 GLOBAL_SIS (TotalBioMass) = 0; in DoSell()
1232 --GLOBAL_SIS (TotalBioMass); in DoSell()
1239 } while (GLOBAL_SIS (TotalBioMass)); in DoSell()
1264 if (GLOBAL_SIS (TotalBioMass) || num_new_rainbows) in DoSell()
1269 if (GLOBAL_SIS (TotalBioMass)) in DoSell()
1325 || GLOBAL_SIS (TotalBioMass) in NatureOfConversation()
/dports/games/uqm/uqm-0.8.0/src/uqm/comm/umgah/
H A Dumgahc.c466 GLOBAL_SIS (TotalBioMass) += 1000 / BIO_CREDIT_VALUE; in UmgahReward()
474 GLOBAL_SIS (TotalBioMass) += 1000 / BIO_CREDIT_VALUE; in UmgahReward()
/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dsis.h142 COUNT TotalElementMass, TotalBioMass; member
H A Dload.c372 read_16 (fp, &SSPtr->TotalBioMass) != 1 || in LoadSisState()
H A Dload_legacy.c548 read_16 (fp, &SSPtr->TotalBioMass) != 1 || in LoadSisState()
H A Dsave.c383 write_16 (fp, SSPtr->TotalBioMass); in SaveSisState()
H A Dgameopt.c724 snprintf (buf, sizeof buf, "%u", sisState->TotalBioMass); in DrawSavegameCargo()
/dports/games/uqm/uqm-0.8.0/src/uqm/planets/
H A Dcargo.c113 snprintf (buf, sizeof buf, "%u", GLOBAL_SIS (TotalBioMass)); in DrawElementAmount()
H A Dlander.c1976 GLOBAL_SIS (TotalBioMass) += PSD.BiologicalLevel; in PlanetSide()