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.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/clientstate.cc b/src/core/clientstate.cc
index 503a71f..8e6606d 100644
--- a/src/core/clientstate.cc
+++ b/src/core/clientstate.cc
@@ -21,6 +21,7 @@ ClientState::ClientState()
state_screenlocation[i] = 0;
state_fuzz = math::randomf();
+ state_engine_trail_offset = 0;
}
ClientState::ClientState(Entity *entity)