diff options
| author | oy <Tom_Adams@web.de> | 2011-07-05 23:15:24 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-07-05 23:15:24 +0200 |
| commit | ac9c3b8f7f26b3b1676345ddca82272fd31fc0ff (patch) | |
| tree | 51851499a7d3f993a4a997660504e38b3395853e /src/game/client/gameclient.h | |
| parent | ab1f7d6f95346c7bf86dfbdfa015c7e850097918 (diff) | |
| download | zcatch-ac9c3b8f7f26b3b1676345ddca82272fd31fc0ff.tar.gz zcatch-ac9c3b8f7f26b3b1676345ddca82272fd31fc0ff.zip | |
made the dropped flag sign blink faster the last 5 seconds to indicate that it's about to return. Closes #631
Diffstat (limited to 'src/game/client/gameclient.h')
| -rw-r--r-- | src/game/client/gameclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |