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++/point.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pacman-c++/point.cpp') diff --git a/pacman-c++/point.cpp b/pacman-c++/point.cpp index 05bd277..b4eae4e 100644 --- a/pacman-c++/point.cpp +++ b/pacman-c++/point.cpp @@ -23,3 +23,7 @@ bool Point::enter(Actor* actor) m_eaten = true; return false; } + +void Point::onDie(Actor* actor) +{ +} -- cgit v1.2.3