diff options
| author | manuel <manuel@mausz.at> | 2011-04-11 17:30:47 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-11 17:30:47 +0200 |
| commit | b695f67ef718724144a3a5c4be42be373b0f691f (patch) | |
| tree | f6035441cc93deff90db0c5ba1686856ec6d03d9 /pacman-c++/gameentity.cpp | |
| parent | 7667effa9635b0c25088305fe89c15a9805d6dbb (diff) | |
| download | foop-b695f67ef718724144a3a5c4be42be373b0f691f.tar.gz foop-b695f67ef718724144a3a5c4be42be373b0f691f.tar.bz2 foop-b695f67ef718724144a3a5c4be42be373b0f691f.zip | |
implement pointsleft counter
Diffstat (limited to 'pacman-c++/gameentity.cpp')
| -rw-r--r-- | pacman-c++/gameentity.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pacman-c++/gameentity.cpp b/pacman-c++/gameentity.cpp index ec43d93..8711ebe 100644 --- a/pacman-c++/gameentity.cpp +++ b/pacman-c++/gameentity.cpp | |||
| @@ -1,9 +1,6 @@ | |||
| 1 | |||
| 2 | #include "gameentity.h" | 1 | #include "gameentity.h" |
| 3 | 2 | ||
| 4 | |||
| 5 | GameEntity::GameEntity() | 3 | GameEntity::GameEntity() |
| 6 | : m_eaten(false) | 4 | : m_eaten(false) |
| 7 | { | 5 | { |
| 8 | } | 6 | } |
| 9 | |||
