From 51a3559e5df31018d7de14357f83c24e7e508d7e Mon Sep 17 00:00:00 2001 From: totycro Date: Mon, 11 Apr 2011 12:37:29 +0200 Subject: progress --- pacman-c++/bonuspoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pacman-c++/bonuspoint.h') 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: virtual ~BonusPoint() {}; - virtual void enter(Actor *actor); + virtual bool enter(Actor *actor); }; #endif // BONUSPOINT_H -- cgit v1.2.3