mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-21 18:55:16 +00:00
Readd missing variable
This commit is contained in:
parent
24e724a824
commit
e6871da878
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ class SocketClient : public SocketBase {
|
|||
char* recvBuf = nullptr;
|
||||
|
||||
int mMaxBufSize = 100;
|
||||
bool mIsFirstConnect = true;
|
||||
|
||||
bool mHasRecvUdp;
|
||||
s32 mUdpSocket;
|
||||
|
|
Loading…
Reference in a new issue