X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=network_msg.h;h=4490502d0be9192234abe21991bd871452f31398;hb=730f202673d6ceb2a5199cf244d5c0bddc064fcf;hp=440facd8c13c6198ba7f31ad1fa517ff7f53e7ec;hpb=825c3bce18272c0f81659e0eac469709d0462836;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/network_msg.h b/network_msg.h index 440facd..4490502 100644 --- a/network_msg.h +++ b/network_msg.h @@ -122,7 +122,7 @@ typedef struct netmsg_playeritem netmsg_playeritem; enum{ k_inetmsg_playeritem = 204 }; struct netmsg_playeritem{ u32 inetmsg_id; - u32 index; + u32 client; u8 type; char uid[]; };