From 278d02c2921bbab06bc7399ad8355418a7a52f8c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 1 Dec 2022 12:24:02 +0800 Subject: [PATCH] 1g --- server/gameserver/movehelper.cc | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/server/gameserver/movehelper.cc b/server/gameserver/movehelper.cc index c26ab044..95b238b4 100644 --- a/server/gameserver/movehelper.cc +++ b/server/gameserver/movehelper.cc @@ -81,19 +81,6 @@ void MoveHelper::CalcTargetPos(float distance) end.y = 0; end.z = target_pos2d.y / 10.0f; -#ifdef DEBUG1 - a8::XPrintf("move_dir:%f,%f start:%f,%f,%f end:%f,%f,%f\n", - { - owner_->GetMoveDir().x, - owner_->GetMoveDir().y, - start.x, - start.y, - start.z, - end.x, - end.y, - end.z}); -#endif - bool is_hit = false; MovePathPoint point; if (c->HasBuffEffect(kBET_ThroughWall) ||