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++/animationmanager.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++/animationmanager.cpp')
| -rw-r--r-- | pacman-c++/animationmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/animationmanager.cpp b/pacman-c++/animationmanager.cpp index f4ddef7..3880b08 100644 --- a/pacman-c++/animationmanager.cpp +++ b/pacman-c++/animationmanager.cpp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | #include <QtCore/QDebug> | 3 | #include <QtCore/QDebug> |
| 4 | 4 | ||
| 5 | // the universe's only animation manager | 5 | // the universe's only animation manager |
| 6 | AnimationManager *AnimationManager::instance = 0; | 6 | AnimationManager *AnimationManager::instance = NULL; |
| 7 | 7 | ||
| 8 | AnimationManager::AnimationManager() | 8 | AnimationManager::AnimationManager() |
| 9 | { | 9 | { |
