1
This commit is contained in:
parent
c223321463
commit
fca3fd62ae
@ -77,8 +77,7 @@ public:
|
||||
a8::Args
|
||||
(
|
||||
{
|
||||
socket_handle,
|
||||
1
|
||||
socket_handle
|
||||
}
|
||||
));
|
||||
}
|
||||
@ -119,10 +118,8 @@ void GGListener::Init()
|
||||
(IM_GGListenerError,
|
||||
[] (const a8::Args& args)
|
||||
{
|
||||
// 777
|
||||
#if 0
|
||||
GGListener::Instance()->OnListenError(param.param1);
|
||||
#endif
|
||||
int error_id = args.Get<int>(0);
|
||||
GGListener::Instance()->OnListenError(error_id);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user