mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
Change u_short as well.
This commit is contained in:
parent
759f1bb81b
commit
ed51083572
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ struct PreGamePacket
|
|||
struct
|
||||
{
|
||||
DWORD address;
|
||||
u_short port;
|
||||
WORD port;
|
||||
BYTE player;
|
||||
BYTE pad;
|
||||
} machines[MAXNETNODES];
|
||||
|
|
Loading…
Reference in a new issue