diff options
Diffstat (limited to 'pacman-c++/block.h')
| -rw-r--r-- | pacman-c++/block.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pacman-c++/block.h b/pacman-c++/block.h index db104e3..2f388c8 100644 --- a/pacman-c++/block.h +++ b/pacman-c++/block.h | |||
| @@ -24,11 +24,8 @@ public: | |||
| 24 | {}; | 24 | {}; |
| 25 | 25 | ||
| 26 | void setNeighbours(unsigned int neighbours); | 26 | void setNeighbours(unsigned int neighbours); |
| 27 | virtual bool checkEnter(Actor *) | 27 | virtual bool checkEnter(Actor *actor); |
| 28 | { | 28 | virtual bool enter(Actor *actor); |
| 29 | /* TODO: colored blocks */ | ||
| 30 | return false; | ||
| 31 | } | ||
| 32 | 29 | ||
| 33 | private: | 30 | private: |
| 34 | // map for saving QPixmaps for reuse | 31 | // map for saving QPixmaps for reuse |
