Home
last modified time | relevance | path

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

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dmulti.cpp1732 #define GET_WEAPON_FLAGS(buf,count) buf[count++] in multi_do_player_deres() macro
1734 #define GET_WEAPON_FLAGS(buf,count) (count += sizeof(uint16_t), GET_INTEL_SHORT(buf + (count - size… in multi_do_player_deres() macro
1738 player_info.primary_weapon_flags = GET_WEAPON_FLAGS(buf, count); in multi_do_player_deres()
5207 #define GET_WEAPON_FLAGS(buf,count) buf[count++] in multi_do_player_inventory() macro
5209 #define GET_WEAPON_FLAGS(buf,count) (count += sizeof(uint16_t), GET_INTEL_SHORT(buf + (count - size… in multi_do_player_inventory() macro
5213 player_info.primary_weapon_flags = GET_WEAPON_FLAGS(buf, count); in multi_do_player_inventory()