From 5e6d87932f3bd15d425f4c1fb10fb0b4e41bd598 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 12 Apr 2015 02:18:53 +0300 Subject: Improve a bit checking before stop moving animation. --- src/being/being.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being') diff --git a/src/being/being.cpp b/src/being/being.cpp index 393e45dd6..af989ff65 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -1541,7 +1541,7 @@ void Being::logic() case BeingAction::PRESTAND: { - if (get_elapsed_time(mPreStandTime) > 100) + if (get_elapsed_time1(mPreStandTime) > 10) setAction(BeingAction::STAND, 0); break; } -- cgit v1.2.3-70-g09d2