diff options
Diffstat (limited to 'pacman-c++/bonuspoint.h')
| -rw-r--r-- | pacman-c++/bonuspoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/bonuspoint.h b/pacman-c++/bonuspoint.h index 2c5f7ea..dcf561e 100644 --- a/pacman-c++/bonuspoint.h +++ b/pacman-c++/bonuspoint.h | |||
| @@ -11,7 +11,7 @@ public: | |||
| 11 | virtual ~BonusPoint() | 11 | virtual ~BonusPoint() |
| 12 | {}; | 12 | {}; |
| 13 | 13 | ||
| 14 | virtual void enter(Actor *actor); | 14 | virtual bool enter(Actor *actor); |
| 15 | }; | 15 | }; |
| 16 | 16 | ||
| 17 | #endif // BONUSPOINT_H | 17 | #endif // BONUSPOINT_H |
