Searched refs:draw_weapon_box (Results 1 – 2 of 2) sorted by relevance
/dports/games/d2x/d2x-0.2.5/main/ |
H A D | gauges.c | 2529 int draw_weapon_box(int weapon_type,int weapon_num) in draw_weapon_box() function 2679 drew = draw_weapon_box(0,Primary_weapon); in draw_weapon_boxes() 2710 drew = draw_weapon_box(1,Secondary_weapon); in draw_weapon_boxes()
|
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/ |
H A D | gauges.cpp | 2723 static void draw_weapon_box(const hud_draw_context_hs_mr hudctx, const player_info &player_info, co… in draw_weapon_box() function 2850 …draw_weapon_box(hudctx, player_info, Primary_weapon.get_active(), gauge_inset_window_view::primary… in draw_weapon_box0() 2889 …draw_weapon_box(hudctx, player_info, Secondary_weapon.get_active(), gauge_inset_window_view::secon… in draw_weapon_box1()
|