From 140ec674a040bdc04086472330a289c2d15ecc65 Mon Sep 17 00:00:00 2001 From: maximius Date: Mon, 14 Sep 2009 16:49:23 -0700 Subject: Backed out changeset d3fe2d6d504a (please test your patches thoroughly before getting me to push them ogeraisi) --HG-- branch : trunk --- src/game/MotionMaster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/MotionMaster.cpp') 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); -- cgit v1.2.3