diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-03 17:37:14 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-03 17:37:14 +0200 |
| commit | 2a2c8d3b30e99e2bd636891a2eef27c0f35dcbc3 (patch) | |
| tree | 802300d5fa0e10e175ed269493edc59031bfc840 /pacman-c++/actor.cpp | |
| parent | 5480580d5c2fa40787a70dfdb68b52216917c58b (diff) | |
| download | foop-2a2c8d3b30e99e2bd636891a2eef27c0f35dcbc3.tar.gz foop-2a2c8d3b30e99e2bd636891a2eef27c0f35dcbc3.tar.bz2 foop-2a2c8d3b30e99e2bd636891a2eef27c0f35dcbc3.zip | |
Use MainWindow
Diffstat (limited to 'pacman-c++/actor.cpp')
| -rw-r--r-- | pacman-c++/actor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pacman-c++/actor.cpp b/pacman-c++/actor.cpp index 576fded..860f490 100644 --- a/pacman-c++/actor.cpp +++ b/pacman-c++/actor.cpp | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include "actor.h" | 1 | #include "actor.h" |
| 2 | 2 | ||
| 3 | Actor::Actor(Type type) | 3 | Actor::Actor(Type type) |
| 4 | : PixmapItem("google-pacman-sprite"), m_type(type), m_direction(Actor::None) | 4 | : PixmapItem("google-pacman-sprite"), m_type(type), m_direction(Actor::None) |
| 5 | { | 5 | { |
| 6 | setSprite(2, 2, 16, 16); | 6 | setSprite(2, 2, 16, 16); |
| 7 | } | 7 | } |
