summaryrefslogtreecommitdiffstats
path: root/pacman-c++/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/actor.cpp')
-rw-r--r--pacman-c++/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/actor.cpp b/pacman-c++/actor.cpp
index a97232f..ab860bc 100644
--- a/pacman-c++/actor.cpp
+++ b/pacman-c++/actor.cpp
@@ -89,7 +89,7 @@ QSequentialAnimationGroup *Actor::setupEatingAnimation(Actor::Movement direction
89 fadeout->setEndValue(false); 89 fadeout->setEndValue(false);
90 90
91 QPropertyAnimation *move = new QPropertyAnimation(img, "pos", m_moving); 91 QPropertyAnimation *move = new QPropertyAnimation(img, "pos", m_moving);
92 move->setDuration(Constants::tick - 50); //TODO 92 move->setDuration(Constants::tick - 30); //TODO
93 move->setEndValue(QPoint(0, 0)); 93 move->setEndValue(QPoint(0, 0));
94 } 94 }
95 95