diff options
| author | manuel <manuel@mausz.at> | 2011-04-18 01:43:28 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-18 01:43:28 +0200 |
| commit | e373442901064d07791c9739daa380acb1dfbb8c (patch) | |
| tree | 084853c769579a321e5bfb3d1861720d6f887e3e /pacman-c++/server.h | |
| parent | 479818cfae62809788367fb04db1f9d6a509b498 (diff) | |
| download | foop-e373442901064d07791c9739daa380acb1dfbb8c.tar.gz foop-e373442901064d07791c9739daa380acb1dfbb8c.tar.bz2 foop-e373442901064d07791c9739daa380acb1dfbb8c.zip | |
few bot improvements
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; |
