]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.h
Moved as much as possible init in Person constructor
[lugaru.git] / Source / Person.h
index 9739d39db5a03f48512229713cf7726593926b32..a11f22bdafb074882c302ae2731af931937e773c 100644 (file)
@@ -302,6 +302,7 @@ public:
     float stunned;
     float surprised;
     float runninghowlong;
+    int occluded;
     int lastoccluded;
     int laststanding;
     int escapednum;
@@ -316,8 +317,6 @@ public:
 
     Animation tempanimation;
 
-    float occluded;
-
     bool jumpclimb;
 
     Person();