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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pacman-c++/server.h b/pacman-c++/server.h
index f7505a6..8c9e741 100644
--- a/pacman-c++/server.h
+++ b/pacman-c++/server.h
@@ -35,6 +35,9 @@ protected:
35 35
36 /* current movements. required to make pacmans continue their movement */ 36 /* current movements. required to make pacmans continue their movement */
37 QMap<Color::Color, Actor::Movement> m_actorMovements; 37 QMap<Color::Color, Actor::Movement> m_actorMovements;
38
39 /* allocate as member variable as this packet is large and used often */
40 ProtoBuf::MapUpdate m_updatepacket;
38}; 41};
39 42
40#endif // SERVER_H 43#endif // SERVER_H