Home
last modified time | relevance | path

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

/dports/games/uqm/uqm-0.8.0/src/uqm/comm/melnorm/
H A Dmelnorm.c643 if (SIS_copy.ModuleSlots[slot] == FUEL_TANK in StripShip()
648 volume = SIS_copy.ModuleSlots[slot] == FUEL_TANK in StripShip()
709 || which_module == FUEL_TANK in StripShip()
974 if (GLOBAL_SIS (ModuleSlots[slot]) == FUEL_TANK in DoBuy()
979 volume = GLOBAL_SIS (ModuleSlots[slot]) == FUEL_TANK in DoBuy()
/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Doutfit.c269 else if (old_slot_piece == FUEL_TANK in DoInstallModule()
274 volume = (DWORD)CountSISPieces (FUEL_TANK) in DoInstallModule()
278 volume -= (old_slot_piece == FUEL_TANK in DoInstallModule()
H A Dsis.h70 FUEL_TANK, enumerator
H A Dglobdata.c322 GLOBAL_SIS (ModuleSlots[1]) = FUEL_TANK; in InitGameStructures()
343 GLOBAL (ModuleCost[FUEL_TANK]) = 500 / MODULE_COST_SCALE; in InitGameStructures()
H A Dsis.c570 case FUEL_TANK: in DrawFlagshipStats()
1386 if (moduleType == FUEL_TANK) in GetModuleFuelCapacity()
H A Duqmdebug.c346 case FUEL_TANK: in equipShip()
/dports/games/uqm/uqm-0.8.0/src/uqm/comm/druuge/
H A Ddruugec.c446 if (GLOBAL_SIS (ModuleSlots[slot]) == FUEL_TANK in DoTransaction()
451 volume = GLOBAL_SIS (ModuleSlots[slot]) == FUEL_TANK in DoTransaction()