X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FEntity.cpp;h=b9fba9797acc17246783793dac4cc4dfdf8ed1d1;hb=65f855e8181613291670bf1ef84623fabc4594d9;hp=302ce5c195ac856ab8aafaaae7befb0b5634b226;hpb=72988b5f9bd449cffea97273bebfc788735ce14d;p=l2e.git diff --git a/src/map/Entity.cpp b/src/map/Entity.cpp index 302ce5c..b9fba97 100644 --- a/src/map/Entity.cpp +++ b/src/map/Entity.cpp @@ -15,7 +15,7 @@ Entity::Entity() : animation(0) , orientation(ORIENTATION_NORTH) , speed(0) { - + runner.SetFrameShift(1); }