1
This commit is contained in:
parent
464b137c2e
commit
c07764f578
@ -57,7 +57,7 @@ void Player::Init(int idx,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
f8::App::Instance()->AddSocketMsg
|
f8::App::Instance()->AddSocketMsg
|
||||||
(0,//SF_GameServer,
|
(MSF_GameGate,
|
||||||
socket_handle,
|
socket_handle,
|
||||||
//p->ip_saddr,
|
//p->ip_saddr,
|
||||||
0,
|
0,
|
||||||
|
@ -1 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
enum MY_SOCKET_FROM
|
||||||
|
{
|
||||||
|
MSF_GameGate = 1
|
||||||
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user