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.h4
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;