X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FPerformAttacks.cpp;h=36b7b1630d41477fa23ba7055ed629ee39078a8c;hb=4c3d420d8fc933d334def034f5d76ba23934479d;hp=238849b3f5da06638e04925fe5311d246e6a7783;hpb=9a273798937710928304fdcc5e33a78c6f8b48be;p=l2e.git diff --git a/src/battle/states/PerformAttacks.cpp b/src/battle/states/PerformAttacks.cpp index 238849b..36b7b16 100644 --- a/src/battle/states/PerformAttacks.cpp +++ b/src/battle/states/PerformAttacks.cpp @@ -121,7 +121,7 @@ void PerformAttacks::HandleEvents(const Input &input) { } } - if (titleBarText) titleBarTimer = GraphicsTimers().StartCountdown(1500); + if (titleBarText) titleBarTimer = GraphicsTimers().StartCountdown(850); if (moveAnimation) moveAnimation->Start(*this); if (targetAnimation) { targetAnimationTimer = GraphicsTimers().StartCountdown(150);