|
|
@ -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 {
|
|
|
|