diff options
Diffstat (limited to 'pacman-c++/common/constants.h')
| -rw-r--r-- | pacman-c++/common/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/common/constants.h b/pacman-c++/common/constants.h index d40c39e..7f32422 100644 --- a/pacman-c++/common/constants.h +++ b/pacman-c++/common/constants.h | |||
| @@ -22,6 +22,7 @@ namespace Constants { | |||
| 22 | const unsigned int port = 7321; | 22 | const unsigned int port = 7321; |
| 23 | const unsigned int connection_timeout = 3000; | 23 | const unsigned int connection_timeout = 3000; |
| 24 | const unsigned int packet_timeout = 3000; | 24 | const unsigned int packet_timeout = 3000; |
| 25 | const unsigned int recv_interval = Constants::tick / 2; | ||
| 25 | } | 26 | } |
| 26 | 27 | ||
| 27 | namespace Game | 28 | namespace Game |
