Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/avp/win95/
H A Dpldnet.c3398 NETMESSAGE_DAMAGE_DIRECTION *messageDirection=0; in AddNetMsg_LocalObjectDamaged()
3406 sizeof(NETMESSAGE_DAMAGE_DIRECTION); in AddNetMsg_LocalObjectDamaged()
3546 endSendBuffer += sizeof(NETMESSAGE_DAMAGE_DIRECTION); in AddNetMsg_LocalObjectDamaged()
5063 NETMESSAGE_DAMAGE_DIRECTION *messageDirection=0; in AddNetMsg_GhostHierarchyDamaged()
5070 sizeof(NETMESSAGE_DAMAGE_DIRECTION); in AddNetMsg_GhostHierarchyDamaged()
5180 endSendBuffer += sizeof(NETMESSAGE_DAMAGE_DIRECTION); in AddNetMsg_GhostHierarchyDamaged()
6514 NETMESSAGE_DAMAGE_DIRECTION *messageDirection=0; in ProcessNetMsg_LocalObjectDamaged()
6545 messageDirection=(NETMESSAGE_DAMAGE_DIRECTION*) messagePtr; in ProcessNetMsg_LocalObjectDamaged()
6546 messagePtr+=sizeof(NETMESSAGE_DAMAGE_DIRECTION); in ProcessNetMsg_LocalObjectDamaged()
7741 NETMESSAGE_DAMAGE_DIRECTION *messageDirection=0; in ProcessNetMsg_GhostHierarchyDamaged()
[all …]
H A Dpldnet.h667 } PACKED NETMESSAGE_DAMAGE_DIRECTION; typedef