diff options
| author | manuel <manuel@mausz.at> | 2011-04-09 17:36:08 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-09 17:36:08 +0200 |
| commit | c13a773ef924f7edaa93ab2d2b9f461324d0d447 (patch) | |
| tree | 81b6d4d09af17185bc20bbdce753c9fd84e50154 /pacman-c++/actor.cpp | |
| parent | d5d691acfb99257d0f02d296bc8ba8522cce5bda (diff) | |
| download | foop-c13a773ef924f7edaa93ab2d2b9f461324d0d447.tar.gz foop-c13a773ef924f7edaa93ab2d2b9f461324d0d447.tar.bz2 foop-c13a773ef924f7edaa93ab2d2b9f461324d0d447.zip | |
make audioplayer an empty object in server context
Diffstat (limited to 'pacman-c++/actor.cpp')
| -rw-r--r-- | pacman-c++/actor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/actor.cpp b/pacman-c++/actor.cpp index 011fbeb..51d3818 100644 --- a/pacman-c++/actor.cpp +++ b/pacman-c++/actor.cpp | |||
| @@ -81,7 +81,7 @@ QSequentialAnimationGroup *Actor::setupEatingAnimation(Actor::Movement direction | |||
| 81 | fadeout->setEndValue(false); | 81 | fadeout->setEndValue(false); |
| 82 | 82 | ||
| 83 | QPropertyAnimation *move = new QPropertyAnimation(img, "pos", m_moving); | 83 | QPropertyAnimation *move = new QPropertyAnimation(img, "pos", m_moving); |
| 84 | move->setDuration(Constants::tick - 50); | 84 | move->setDuration(Constants::tick - 20); //TODO |
| 85 | move->setEndValue(QPoint(0, 0)); | 85 | move->setEndValue(QPoint(0, 0)); |
| 86 | } | 86 | } |
| 87 | 87 | ||
