Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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;
};
}