]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Entity.cpp
check for blocking entities when trying to move
[l2e.git] / src / map / Entity.cpp
index 666db7a2d2f656b0104b57dc4fbb886a6cd815f0..610e58551510a556db8c6045db23ae9de81ddc15 100644 (file)
@@ -15,7 +15,8 @@ Entity::Entity()
 : follower(0)
 , animation(0)
 , orientation(ORIENTATION_NORTH)
-, speed(0) {
+, speed(0)
+, flags(0) {
        runner.SetFrameShift(1);
 }