From 0c2c4e1af70452d56f9a3c3134d73a95e161ecf1 Mon Sep 17 00:00:00 2001 From: GreYFoXGTi Date: Thu, 4 Nov 2010 11:19:07 +0200 Subject: [PATCH] fixed last commit } missing --- src/game/server/entities/character.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/server/entities/character.cpp b/src/game/server/entities/character.cpp index 239ac03bd..a07b65d06 100644 --- a/src/game/server/entities/character.cpp +++ b/src/game/server/entities/character.cpp @@ -1041,6 +1041,7 @@ void CCharacter::HandleTiles(int Index) //dbg_msg("speedup tile end","(Direction*Force) %f %f m_Core.m_Vel%f %f",(Direction*Force).x,(Direction*Force).y,m_Core.m_Vel.x,m_Core.m_Vel.y); //dbg_msg("speedup tile end","Direction %f %f, Force %d, Max Speed %d", (Direction).x,(Direction).y, Force, MaxSpeed); } + } m_LastBooster = MapIndex; int z = GameServer()->Collision()->IsTeleport(MapIndex); if(z)