summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/mainwidget.h')
-rw-r--r--pacman-c++/mainwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h
index 6ecd812..ef282c1 100644
--- a/pacman-c++/mainwidget.h
+++ b/pacman-c++/mainwidget.h
@@ -54,6 +54,7 @@ private:
54 54
55 QTcpSocket *m_socket; 55 QTcpSocket *m_socket;
56 SceneHolder *m_scene; 56 SceneHolder *m_scene;
57 unsigned int m_maxplayers;
57 58
58 /* allocate as member variable as this packet is large and used often */ 59 /* allocate as member variable as this packet is large and used often */
59 ProtoBuf::MapUpdate m_updatepacket; 60 ProtoBuf::MapUpdate m_updatepacket;