fdata missing in the bombdata packet? Sint16 or Uint16?

origin
stpohle 19 years ago
parent 8ff2d73fe6
commit 699ba07d3c

@ -1,4 +1,4 @@
/* $Id: packets.h,v 1.35 2007/01/12 11:15:44 stpohle Exp $ /* $Id: packets.h,v 1.36 2007/02/22 21:12:18 stpohle Exp $
* network packets.. */ * network packets.. */
#ifndef _PACKETS_H_ #ifndef _PACKETS_H_
@ -220,7 +220,7 @@ struct pkg_bombdata {
Sint32 to; Sint32 to;
Uint16 destx; Uint16 destx;
Uint16 desty; Uint16 desty;
Sint16 fdata; Uint16 fdata;
} __attribute__((packed)); } __attribute__((packed));
struct pkg_quit { struct pkg_quit {

@ -989,9 +989,9 @@ do_playermove (struct pkg_playermove *p_dat, _net_addr * addr)
} }
/* /***
* Packettype: bombdata *** Packettype: bombdata
*/ ***/
void do_bombdata (struct pkg_bombdata *b_dat, _net_addr * addr) { void do_bombdata (struct pkg_bombdata *b_dat, _net_addr * addr) {
_bomb *bomb; _bomb *bomb;

Loading…
Cancel
Save