X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FEntity.cpp;h=610e58551510a556db8c6045db23ae9de81ddc15;hb=d7befe3a14be8f01d6d7288a6970358a4749368d;hp=666db7a2d2f656b0104b57dc4fbb886a6cd815f0;hpb=0fc36d261ef8129debbd4aa15594bc46cb82eb27;p=l2e.git diff --git a/src/map/Entity.cpp b/src/map/Entity.cpp index 666db7a..610e585 100644 --- a/src/map/Entity.cpp +++ b/src/map/Entity.cpp @@ -15,7 +15,8 @@ Entity::Entity() : follower(0) , animation(0) , orientation(ORIENTATION_NORTH) -, speed(0) { +, speed(0) +, flags(0) { runner.SetFrameShift(1); }