Fixed bindings for cCompositeChat:SetMessageType().
This commit is contained in:
parent
444cce1269
commit
b9d306a801
@ -2864,8 +2864,8 @@ static int tolua_cCompositeChat_SetMessageType(lua_State * tolua_S)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Set the type:
|
// Set the type:
|
||||||
int MessageType;
|
int MessageType = mtCustom;
|
||||||
L.GetStackValue(1, MessageType);
|
L.GetStackValue(2, MessageType);
|
||||||
self->SetMessageType((eMessageType)MessageType);
|
self->SetMessageType((eMessageType)MessageType);
|
||||||
|
|
||||||
// Cut away everything from the stack except for the cCompositeChat instance; return that:
|
// Cut away everything from the stack except for the cCompositeChat instance; return that:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user