converted all tabs to 4 spaces

This commit is contained in:
Yehonal
2016-06-26 19:23:57 +02:00
parent 52f305111c
commit f6eefedcd5
717 changed files with 132388 additions and 132388 deletions

View File

@@ -167,7 +167,7 @@ class MotionMaster //: private std::stack<MovementGenerator *>
void MovementExpiredOnSlot(MovementSlot slot, bool reset = true)
{
// xinef: cannot be used during motion update!
// xinef: cannot be used during motion update!
if (!(_cleanFlag & MMCF_UPDATE))
DirectExpireSlot(slot, reset);
}
@@ -207,7 +207,7 @@ class MotionMaster //: private std::stack<MovementGenerator *>
MovementGeneratorType GetCurrentMovementGeneratorType() const;
MovementGeneratorType GetMotionSlotType(int slot) const;
uint32 GetCurrentSplineId() const; // Xinef: Escort system
uint32 GetCurrentSplineId() const; // Xinef: Escort system
void propagateSpeedChange();
void ReinitializeMovement();