Searched refs:create_shortpos (Results 1 – 6 of 6) sorted by relevance
/dports/games/d2x/d2x-0.2.5/main/ |
H A D | object.h | 404 extern void create_shortpos(shortpos *spp, object *objp, int swap_bytes);
|
H A D | multibot.c | 476 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 D | multi.c | 2863 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 D | gameseg.c | 1138 void create_shortpos(shortpos *spp, object *objp, int swap_bytes) in create_shortpos() function
|
H A D | newdemo.c | 1074 create_shortpos(&sp, obj, 0); in nd_write_shortpos()
|
H A D | network.c | 5028 create_shortpos(&ShortSyncPack.thepos, Objects+objnum, 0); in network_do_frame()
|