diff options
Diffstat (limited to 'pacman-c++/server.h')
| -rw-r--r-- | pacman-c++/server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/server.h b/pacman-c++/server.h index a4bbe58..8d40f27 100644 --- a/pacman-c++/server.h +++ b/pacman-c++/server.h | |||
| @@ -36,7 +36,7 @@ protected: | |||
| 36 | 36 | ||
| 37 | QPoint addRandomPoint(Transmission::map_t map, Transmission::field_t type = Transmission::bonuspoint); | 37 | QPoint addRandomPoint(Transmission::map_t map, Transmission::field_t type = Transmission::bonuspoint); |
| 38 | void colorizeBlocks(Transmission::map_t map); | 38 | void colorizeBlocks(Transmission::map_t map); |
| 39 | void aiCalculate(Actor *actor); | 39 | void botCalculate(Actor *actor); |
| 40 | 40 | ||
| 41 | protected: | 41 | protected: |
| 42 | QMap<Color::Color, QTcpSocket *> m_clientConnections; | 42 | QMap<Color::Color, QTcpSocket *> m_clientConnections; |
