diff options
| author | manuel <manuel@mausz.at> | 2011-04-04 18:52:02 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-04 18:52:02 +0200 |
| commit | f3f2cc63376019aaf9e8dd807ab674f92908123c (patch) | |
| tree | 0539cbfdd4449dd77a5fe8f1af192929e50ae5b5 /pacman-c++/actor.h | |
| parent | b310b66be264330e271f4929065cd61f0b0d8bf4 (diff) | |
| download | foop-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.h | 2 |
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 | ||
| 27 | private: | 27 | private: |
| 28 | QPixmap m_pix; | 28 | QPixmap m_pix; |
