From 9b25a84c2628409beddf8d2b692bbc2482af41ad Mon Sep 17 00:00:00 2001 From: collett Date: Wed, 1 Jan 2020 23:12:31 +0900 Subject: [PATCH] Fix sprint for now. --- src/world/Action/Action.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/world/Action/Action.cpp b/src/world/Action/Action.cpp index 2fb1fb4c..cee3d464 100644 --- a/src/world/Action/Action.cpp +++ b/src/world/Action/Action.cpp @@ -402,6 +402,9 @@ void Action::Action::buildEffects() return; } + if (getId() == 3) // fix sprint for now + return; + if( m_hitActors.empty() ) return;