diff options
Diffstat (limited to 'pacman-c++/server.h')
| -rw-r--r-- | pacman-c++/server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/server.h b/pacman-c++/server.h index a50cfe3..1a25137 100644 --- a/pacman-c++/server.h +++ b/pacman-c++/server.h | |||
| @@ -39,6 +39,7 @@ protected: | |||
| 39 | 39 | ||
| 40 | protected: | 40 | protected: |
| 41 | QMap<Color::Color, QTcpSocket *> m_clientConnections; | 41 | QMap<Color::Color, QTcpSocket *> m_clientConnections; |
| 42 | QList<Color::Color> m_bots; | ||
| 42 | 43 | ||
| 43 | /* current movements. required to make pacmans continue their movement */ | 44 | /* current movements. required to make pacmans continue their movement */ |
| 44 | QMap<Color::Color, Actor::Movement> m_actorMovements; | 45 | QMap<Color::Color, Actor::Movement> m_actorMovements; |
