From a69fbb9e0b17b5cebc8b776b427967469f1bc944 Mon Sep 17 00:00:00 2001 From: KimLS Date: Wed, 8 Jul 2015 18:10:04 -0700 Subject: [PATCH] Set -> Get Timer --- zone/waypoints.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/waypoints.cpp b/zone/waypoints.cpp index 65da797de..e900c6838 100644 --- a/zone/waypoints.cpp +++ b/zone/waypoints.cpp @@ -635,7 +635,7 @@ bool Mob::MakeNewPositionAndSendUpdate(float x, float y, float z, int speed, boo else { tar_vector/=16.0f; - float dur = Timer::SetCurrentTime() - pLastChange; + float dur = Timer::GetCurrentTime() - pLastChange; if(dur < 1.0f) { dur = 1.0f; }