Change u_short as well.

This commit is contained in:
Edward Richardson 2014-10-21 23:44:14 +13:00
parent 759f1bb81b
commit ed51083572
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ struct PreGamePacket
struct
{
DWORD address;
u_short port;
WORD port;
BYTE player;
BYTE pad;
} machines[MAXNETNODES];