]> git.localhorst.tv Git - l2e.git/commitdiff
reduced title bar time
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 20 Aug 2012 20:51:24 +0000 (22:51 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 20 Aug 2012 20:51:24 +0000 (22:51 +0200)
1.5s is just annoying for testing

src/battle/states/PerformAttacks.cpp

index 238849b3f5da06638e04925fe5311d246e6a7783..36b7b1630d41477fa23ba7055ed629ee39078a8c 100644 (file)
@@ -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);