mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +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
|
struct
|
||||||
{
|
{
|
||||||
DWORD address;
|
DWORD address;
|
||||||
u_short port;
|
WORD port;
|
||||||
BYTE player;
|
BYTE player;
|
||||||
BYTE pad;
|
BYTE pad;
|
||||||
} machines[MAXNETNODES];
|
} machines[MAXNETNODES];
|
||||||
|
|
Loading…
Reference in a new issue