summaryrefslogtreecommitdiffstats
path: root/pacman-c++/animationmanager.cpp
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-09 17:36:08 +0200
committermanuel <manuel@mausz.at>2011-04-09 17:36:08 +0200
commitc13a773ef924f7edaa93ab2d2b9f461324d0d447 (patch)
tree81b6d4d09af17185bc20bbdce753c9fd84e50154 /pacman-c++/animationmanager.cpp
parentd5d691acfb99257d0f02d296bc8ba8522cce5bda (diff)
downloadfoop-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.cpp2
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
6AnimationManager *AnimationManager::instance = 0; 6AnimationManager *AnimationManager::instance = NULL;
7 7
8AnimationManager::AnimationManager() 8AnimationManager::AnimationManager()
9{ 9{