Home
last modified time | relevance | path

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

/dports/games/d2x/d2x-0.2.5/main/
H A Dmulti.h175 void multi_make_ghost_player(int objnum);
H A Dnetwork.c826 multi_make_ghost_player(pnum); in network_new_player()
5339 multi_make_ghost_player(TheirPlayernum); in network_read_pdata_packet()
5353 multi_make_ghost_player(TheirPlayernum); in network_read_pdata_packet()
5502 multi_make_ghost_player(TheirPlayernum); in network_read_pdata_short_packet()
5514 multi_make_ghost_player(TheirPlayernum); in network_read_pdata_short_packet()
H A Dmulti.c565 multi_make_ghost_player(int playernum) in multi_make_ghost_player() function
1547 multi_make_ghost_player(pnum); in multi_do_fire()
1689 multi_make_ghost_player(Objects[objnum].id); in multi_do_reappear()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/main/
H A Dmulti.h508 void multi_make_ghost_player(playernum_t);
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dmulti.cpp579 void multi_make_ghost_player(const playernum_t playernum) in multi_make_ghost_player() function
1567 multi_make_ghost_player(pnum); in multi_do_fire()
1701 multi_make_ghost_player(pnum); in multi_do_reappear()
H A Dnet_udp.cpp1775 multi_make_ghost_player(pnum); in net_udp_new_player()