diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-19 19:48:26 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-19 19:48:26 +0200 |
| commit | b6fec20dadaf71fc28961a4a6d720d1d665508e8 (patch) | |
| tree | 43ff817ca55f32aa9e5c046124debe5806d8567b /pacman-c++/server.h | |
| parent | a2a5cf8181121091c7a67bdfa14e076d2026a1a5 (diff) | |
| download | foop-b6fec20dadaf71fc28961a4a6d720d1d665508e8.tar.gz foop-b6fec20dadaf71fc28961a4a6d720d1d665508e8.tar.bz2 foop-b6fec20dadaf71fc28961a4a6d720d1d665508e8.zip | |
Added number of rounds parameter (unused)
Diffstat (limited to 'pacman-c++/server.h')
| -rw-r--r-- | pacman-c++/server.h | 4 |
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 |
