From ea2880702a7df079f5e8eee0280584f186c2de73 Mon Sep 17 00:00:00 2001 From: totycro Date: Mon, 11 Apr 2011 13:03:40 +0200 Subject: Added code to play the cherry sound, but doesn't work here --- pacman-c++/bonuspoint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pacman-c++/bonuspoint.h') diff --git a/pacman-c++/bonuspoint.h b/pacman-c++/bonuspoint.h index dcf561e..222e046 100644 --- a/pacman-c++/bonuspoint.h +++ b/pacman-c++/bonuspoint.h @@ -12,6 +12,7 @@ public: {}; virtual bool enter(Actor *actor); + virtual void onDie(Actor *actor); }; #endif // BONUSPOINT_H -- cgit v1.2.3