1
This commit is contained in:
commit
c3c0bc5d29
@ -286,6 +286,7 @@ void App::AddSocketMsg(SocketFrom_e sockfrom,
|
|||||||
const char *msgbody,
|
const char *msgbody,
|
||||||
int bodylen)
|
int bodylen)
|
||||||
{
|
{
|
||||||
|
std::shared_ptr<int[]> sp1(new int[10]());
|
||||||
MsgNode *p = (MsgNode*) malloc(sizeof(MsgNode));
|
MsgNode *p = (MsgNode*) malloc(sizeof(MsgNode));
|
||||||
memset(p, 0, sizeof(MsgNode));
|
memset(p, 0, sizeof(MsgNode));
|
||||||
p->sockfrom = sockfrom;
|
p->sockfrom = sockfrom;
|
||||||
|
@ -436,6 +436,7 @@ void CallFuncBuff::ProcFlashMoveToPos()
|
|||||||
|
|
||||||
void CallFuncBuff::ProcLightCircle()
|
void CallFuncBuff::ProcLightCircle()
|
||||||
{
|
{
|
||||||
|
return;
|
||||||
if (!skill_meta) {
|
if (!skill_meta) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user