mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-25 12:45:17 +00:00
socketBase: Initialize state
This commit is contained in:
parent
d1e4466fba
commit
733f239d68
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ class SocketBase {
|
||||||
const char *sock_ip;
|
const char *sock_ip;
|
||||||
|
|
||||||
u16 port;
|
u16 port;
|
||||||
u8 socket_log_state;
|
u8 socket_log_state = SOCKET_LOG_UNINITIALIZED;
|
||||||
s32 socket_log_socket;
|
s32 socket_log_socket;
|
||||||
|
|
||||||
int sock_flags;
|
int sock_flags;
|
||||||
|
|
Loading…
Reference in a new issue