Unpack netplayer_info

This commit is contained in:
Kp 2014-06-26 02:27:16 +00:00
parent 291d11d17e
commit f1970ad129

View file

@ -454,7 +454,7 @@ void save_hoard_data(void);
* Contains protocol-specific data with designated prefixes and general player-related data.
* Note that not all of these infos will be sent to other users - some are used and/or set locally, only.
*/
struct netplayer_info
struct netplayer_info : prohibit_void_ptr<netplayer_info>
{
#if defined(USE_UDP)
union
@ -473,7 +473,7 @@ struct netplayer_info
ubyte rank;
fix ping;
fix64 LastPacketTime;
} __pack__;
};
/*
* The Network Game structure