diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-11 13:03:40 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-11 13:03:40 +0200 |
| commit | ea2880702a7df079f5e8eee0280584f186c2de73 (patch) | |
| tree | a509f39d1ad479d44a0babb7ebfd962e8bfe6352 /pacman-c++/point.cpp | |
| parent | 46cba78d4017cad17550a1169c7deb7120710c2a (diff) | |
| download | foop-ea2880702a7df079f5e8eee0280584f186c2de73.tar.gz foop-ea2880702a7df079f5e8eee0280584f186c2de73.tar.bz2 foop-ea2880702a7df079f5e8eee0280584f186c2de73.zip | |
Added code to play the cherry sound, but doesn't work here
Diffstat (limited to 'pacman-c++/point.cpp')
| -rw-r--r-- | pacman-c++/point.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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) | |||
| 23 | m_eaten = true; | 23 | m_eaten = true; |
| 24 | return false; | 24 | return false; |
| 25 | } | 25 | } |
| 26 | |||
| 27 | void Point::onDie(Actor* actor) | ||
| 28 | { | ||
| 29 | } | ||
