From ac9c3b8f7f26b3b1676345ddca82272fd31fc0ff Mon Sep 17 00:00:00 2001 From: oy Date: Tue, 5 Jul 2011 23:15:24 +0200 Subject: made the dropped flag sign blink faster the last 5 seconds to indicate that it's about to return. Closes #631 --- src/game/client/gameclient.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/gameclient.h') diff --git a/src/game/client/gameclient.h b/src/game/client/gameclient.h index 859e1e7b..4783f8b4 100644 --- a/src/game/client/gameclient.h +++ b/src/game/client/gameclient.h @@ -89,6 +89,7 @@ public: bool m_SuppressEvents; bool m_NewTick; bool m_NewPredictedTick; + int m_FlagDropTick[2]; // TODO: move this CTuningParams m_Tuning; -- cgit 1.4.1