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, 4 insertions, 0 deletions
diff --git a/pacman-c++/server.h b/pacman-c++/server.h
index 826c701..fd1b571 100644
--- a/pacman-c++/server.h
+++ b/pacman-c++/server.h
@@ -56,7 +56,11 @@ protected:
56 QHostAddress m_bindaddress; 56 QHostAddress m_bindaddress;
57 unsigned int m_port; 57 unsigned int m_port;
58 unsigned int m_maxplayers; 58 unsigned int m_maxplayers;
59 unsigned int m_rounds; // number of rounds (>= 1)
59 unsigned int m_numbots; 60 unsigned int m_numbots;
61
62 unsigned int m_curRound; // current round starting with 0
63
60}; 64};
61 65
62#endif // SERVER_H 66#endif // SERVER_H