mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[12069] Cleanup comment style
This commit is contained in:
parent
5efb3867f5
commit
835d1c7479
205 changed files with 2835 additions and 2835 deletions
|
|
@ -148,9 +148,9 @@ namespace Movement
|
|||
|
||||
void PacketBuilder::WriteCreate(const MoveSpline& move_spline, ByteBuffer& data)
|
||||
{
|
||||
//WriteClientStatus(mov,data);
|
||||
//data.append<float>(&mov.m_float_values[SpeedWalk], SpeedMaxCount);
|
||||
//if (mov.SplineEnabled())
|
||||
// WriteClientStatus(mov,data);
|
||||
// data.append<float>(&mov.m_float_values[SpeedWalk], SpeedMaxCount);
|
||||
// if (mov.SplineEnabled())
|
||||
{
|
||||
MoveSplineFlag splineFlags = move_spline.splineflags;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue