Home
last modified time | relevance | path

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

/dports/games/d2x/d2x-0.2.5/main/
H A Dobject.h404 extern void create_shortpos(shortpos *spp, object *objp, int swap_bytes);
H A Dmultibot.c476 create_shortpos((shortpos *)(multibuf+loc), Objects+objnum,0); loc += sizeof(shortpos); in multi_send_robot_position_sub()
478 create_shortpos(&sp, Objects+objnum, 1); in multi_send_robot_position_sub()
H A Dmulti.c2863 create_shortpos((shortpos *)(multibuf+count), Objects+objnum,0); in multi_send_position()
2866 create_shortpos(&sp, Objects+objnum, 1); in multi_send_position()
3920 create_shortpos((shortpos *)(multibuf+count), miss,0); in multi_send_guided_info()
3923 create_shortpos(&sp, miss, 1); in multi_send_guided_info()
H A Dgameseg.c1138 void create_shortpos(shortpos *spp, object *objp, int swap_bytes) in create_shortpos() function
H A Dnewdemo.c1074 create_shortpos(&sp, obj, 0); in nd_write_shortpos()
H A Dnetwork.c5028 create_shortpos(&ShortSyncPack.thepos, Objects+objnum, 0); in network_do_frame()