Home
last modified time | relevance | path

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

/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/game/
H A Dbg_misc.c4131 int BG_FindSlotsForUpgrade( int upgrade ) in BG_FindSlotsForUpgrade() function
4878 if( stats[ STAT_SLOTS ] & BG_FindSlotsForUpgrade( item ) ) in BG_AddUpgradeToInventory()
4881 stats[ STAT_SLOTS ] |= BG_FindSlotsForUpgrade( item ); in BG_AddUpgradeToInventory()
4895 stats[ STAT_SLOTS ] &= ~BG_FindSlotsForUpgrade( item ); in BG_RemoveUpgradeFromInventory()
H A Dbg_public.h1205 int BG_FindSlotsForUpgrade( int upgrade );
H A Dg_cmds.c1620 if( BG_FindSlotsForUpgrade( upgrade ) & ent->client->ps.stats[ STAT_SLOTS ] ) in Cmd_Buy_f()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/ui/
H A Dui_main.c3310 slots |= BG_FindSlotsForUpgrade( i ); in UI_LoadTremHumanArmouryBuys()
3343 !( BG_FindSlotsForUpgrade( i ) & slots ) && in UI_LoadTremHumanArmouryBuys()