diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-11 12:37:29 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-11 12:37:29 +0200 |
| commit | 51a3559e5df31018d7de14357f83c24e7e508d7e (patch) | |
| tree | 89db0899d182dd5b3b770b07c8646dd80c915d4e /pacman-c++/bonuspoint.h | |
| parent | 98f4a31e1a359a69dbcc0fa4055f36cefb6d4e02 (diff) | |
| download | foop-51a3559e5df31018d7de14357f83c24e7e508d7e.tar.gz foop-51a3559e5df31018d7de14357f83c24e7e508d7e.tar.bz2 foop-51a3559e5df31018d7de14357f83c24e7e508d7e.zip | |
progress
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 |
