summaryrefslogtreecommitdiffstats
path: root/pacman-c++/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/server.h')
-rw-r--r--pacman-c++/server.h1
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
40protected: 40protected:
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;