diff options
| author | manuel <manuel@mausz.at> | 2011-04-11 02:53:34 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-11 02:53:34 +0200 |
| commit | e38dea479acf2d02c68af233e07b068f91afe935 (patch) | |
| tree | d948caf623086ed78d2892b646970cff7ffc9511 /pacman-c++/server.h | |
| parent | 43061892c7c9d341bacb7c679444f2885bd56907 (diff) | |
| download | foop-e38dea479acf2d02c68af233e07b068f91afe935.tar.gz foop-e38dea479acf2d02c68af233e07b068f91afe935.tar.bz2 foop-e38dea479acf2d02c68af233e07b068f91afe935.zip | |
make local player always the first player in scoreboard
Diffstat (limited to 'pacman-c++/server.h')
| -rw-r--r-- | pacman-c++/server.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pacman-c++/server.h b/pacman-c++/server.h index 6ffbb35..8d73d24 100644 --- a/pacman-c++/server.h +++ b/pacman-c++/server.h | |||
| @@ -33,9 +33,9 @@ protected: | |||
| 33 | QSharedPointer<ProtoBuf::MapUpdate> createUpdatePacket(Transmission::map_t); | 33 | QSharedPointer<ProtoBuf::MapUpdate> createUpdatePacket(Transmission::map_t); |
| 34 | 34 | ||
| 35 | // update client maps | 35 | // update client maps |
| 36 | void sendUpdate(QSharedPointer< ProtoBuf::MapUpdate > ); | 36 | void sendUpdate(QSharedPointer<ProtoBuf::MapUpdate>); |
| 37 | 37 | ||
| 38 | QMap<Color::Color, QTcpSocket*> m_clientConnections; | 38 | QMap<Color::Color, QTcpSocket *> m_clientConnections; |
| 39 | 39 | ||
| 40 | // current movements. required to make pacmans continue their movement. | 40 | // current movements. required to make pacmans continue their movement. |
| 41 | QMap<Color::Color, Actor::Movement> m_actorMovements; | 41 | QMap<Color::Color, Actor::Movement> m_actorMovements; |
