Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/clientstate.cc')
-rw-r--r--src/core/clientstate.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/clientstate.cc b/src/core/clientstate.cc
index b34b16a..cc9c79e 100644
--- a/src/core/clientstate.cc
+++ b/src/core/clientstate.cc
@@ -12,6 +12,11 @@ ClientState::ClientState()
{
state_visible = false;
state_detailvisible = false;
+ state_targetable = false;
+
+ for (size_t i = 0; i < 3; i++)
+ state_screenlocation[i] = 0;
+
state_fuzz = math::randomf();
}