Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-12-23 23:40:51 +0000
committerStijn Buys <ingar@osirion.org>2012-12-23 23:40:51 +0000
commita565dbb1982fe45d90fae1cbfc03e2cc058ebf6f (patch)
tree775e6897db77ea5ecc7927fae8dcf4c6a456d25e /src/client/hud.h
parent79b1af52c004469dbad6b2fc8ba8ff239b48112f (diff)
Removed commented out code blocks,
added target selection popup effect.
Diffstat (limited to 'src/client/hud.h')
-rw-r--r--src/client/hud.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/hud.h b/src/client/hud.h
index 5c318f6..07cd166 100644
--- a/src/client/hud.h
+++ b/src/client/hud.h
@@ -49,6 +49,9 @@ private:
ui::Widget *hud_playerstatus;
ui::Widget *hud_enginestatus;
ui::Widget *hud_targetstatus;
+
+ unsigned int hud_last_target;
+ float hud_splash_time;
};
}