We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae5e42 commit 174647dCopy full SHA for 174647d
kbe/src/server/cellapp/moveto_point_handler.cpp
@@ -71,7 +71,7 @@ MoveToPointHandler::~MoveToPointHandler()
71
//-------------------------------------------------------------------------------------
72
void MoveToPointHandler::addToStream(KBEngine::MemoryStream& s)
73
{
74
- uint8 utype = type();
+ // uint8 utype = type();
75
76
s << /*utype <<*/ destPos_.x << destPos_.y << destPos_.z << velocity_ << faceMovement_ << moveVertically_ <<
77
range_ << layer_;
0 commit comments