diff options
Diffstat (limited to 'pacman-c++/sceneholder.h')
| -rw-r--r-- | pacman-c++/sceneholder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/sceneholder.h b/pacman-c++/sceneholder.h index f36c31e..dcc10bf 100644 --- a/pacman-c++/sceneholder.h +++ b/pacman-c++/sceneholder.h | |||
| @@ -51,6 +51,7 @@ protected: | |||
| 51 | * must be remove one tick later | 51 | * must be remove one tick later |
| 52 | */ | 52 | */ |
| 53 | QList<GameEntity *> m_oldItems; | 53 | QList<GameEntity *> m_oldItems; |
| 54 | /* we need to store items that killed an actor too (e.g. colored blocks) */ | ||
| 54 | QMap<Color::Color, GameEntity *> m_death; | 55 | QMap<Color::Color, GameEntity *> m_death; |
| 55 | 56 | ||
| 56 | /* my local color */ | 57 | /* my local color */ |
