summaryrefslogtreecommitdiffstats
path: root/pacman-c++/actor.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-04 18:52:02 +0200
committermanuel <manuel@mausz.at>2011-04-04 18:52:02 +0200
commitf3f2cc63376019aaf9e8dd807ab674f92908123c (patch)
tree0539cbfdd4449dd77a5fe8f1af192929e50ae5b5 /pacman-c++/actor.h
parentb310b66be264330e271f4929065cd61f0b0d8bf4 (diff)
downloadfoop-f3f2cc63376019aaf9e8dd807ab674f92908123c.tar.gz
foop-f3f2cc63376019aaf9e8dd807ab674f92908123c.tar.bz2
foop-f3f2cc63376019aaf9e8dd807ab674f92908123c.zip
adding sound
Diffstat (limited to 'pacman-c++/actor.h')
-rw-r--r--pacman-c++/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h
index f5844bb..3cee699 100644
--- a/pacman-c++/actor.h
+++ b/pacman-c++/actor.h
@@ -22,7 +22,7 @@ public:
22 Player4, // yellow 22 Player4, // yellow
23 }; 23 };
24 24
25 Actor(Type type); 25 Actor(Type type, QGraphicsItem *parent = 0);
26 26
27private: 27private:
28 QPixmap m_pix; 28 QPixmap m_pix;