From eb075660e7cb61b138c2da337115c59857f89e17 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 16 Jul 2008 22:55:07 +0000 Subject: network protocol cleanup, radar test (doesn't work) --- src/core/clientstate.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/clientstate.cc') 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(); } -- cgit v1.2.3