]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.cpp
Person::occluded should be an int
[lugaru.git] / Source / Person.cpp
index 421709b1ed90481b8a5f3882c26170a8821deedb..71c0660c2926d45cb9663818af1911277b374384 100644 (file)
@@ -288,6 +288,7 @@ Person::Person() :
     stunned(0),
     surprised(0),
     runninghowlong(0),
+    occluded(0),
     lastoccluded(0),
     laststanding(0),
     escapednum(0),
@@ -302,8 +303,6 @@ Person::Person() :
 
     tempanimation(),
 
-    occluded(0),
-
     jumpclimb(false)
 {
 }