diff options
| author | maximius <none@none> | 2009-09-14 16:49:23 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-09-14 16:49:23 -0700 |
| commit | 140ec674a040bdc04086472330a289c2d15ecc65 (patch) | |
| tree | 343ac40e805c3139a2bc1bd80e956e89c5a1653c /src/game/MotionMaster.cpp | |
| parent | b37f9b1e55bd4b80597b8b8c3f461aad70ccc5c1 (diff) | |
Backed out changeset d3fe2d6d504a (please test your patches thoroughly before getting me to push them ogeraisi)
--HG--
branch : trunk
Diffstat (limited to 'src/game/MotionMaster.cpp')
| -rw-r--r-- | src/game/MotionMaster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/MotionMaster.cpp b/src/game/MotionMaster.cpp index 0c6aa44ad1d..d77bd83ede2 100644 --- a/src/game/MotionMaster.cpp +++ b/src/game/MotionMaster.cpp @@ -95,7 +95,7 @@ MotionMaster::UpdateMotion(uint32 diff) if (m_expList) { - for (size_t i = 0; i < m_expList->size(); ++i) + for (int i = 0; i < m_expList->size(); ++i) { MovementGenerator* mg = (*m_expList)[i]; DirectDelete(mg); |
