diff options
| author | manuel <manuel@mausz.at> | 2011-04-11 13:42:28 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-11 13:42:28 +0200 |
| commit | 6c44b14d2bae2120c069ab205f95b2e51de2caea (patch) | |
| tree | 9fd910c27cb23d22db1cf1681e6791fb0fa0efea /pacman-c++/gameentity.cpp | |
| parent | 3b8237b434c9a094dafebbf364b89ab2f4cbd460 (diff) | |
| download | foop-6c44b14d2bae2120c069ab205f95b2e51de2caea.tar.gz foop-6c44b14d2bae2120c069ab205f95b2e51de2caea.tar.bz2 foop-6c44b14d2bae2120c069ab205f95b2e51de2caea.zip | |
make constants::server extern
code cleanup
Diffstat (limited to 'pacman-c++/gameentity.cpp')
| -rw-r--r-- | pacman-c++/gameentity.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pacman-c++/gameentity.cpp b/pacman-c++/gameentity.cpp index e8743df..ec43d93 100644 --- a/pacman-c++/gameentity.cpp +++ b/pacman-c++/gameentity.cpp | |||
| @@ -5,6 +5,5 @@ | |||
| 5 | GameEntity::GameEntity() | 5 | GameEntity::GameEntity() |
| 6 | : m_eaten(false) | 6 | : m_eaten(false) |
| 7 | { | 7 | { |
| 8 | |||
| 9 | } | 8 | } |
| 10 | 9 | ||
