diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-09 19:20:13 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-09 19:20:13 +0200 |
| commit | 4f88849caf6533d965849952c9ea153fd8c518c5 (patch) | |
| tree | 809d22c6a8fab16dc32eaf0c22fb65d57640f72f /pacman-c++/constants.h | |
| parent | 4e3c33632e811d5b57c9b61ec7f219fa06856fd2 (diff) | |
| download | foop-4f88849caf6533d965849952c9ea153fd8c518c5.tar.gz foop-4f88849caf6533d965849952c9ea153fd8c518c5.tar.bz2 foop-4f88849caf6533d965849952c9ea153fd8c518c5.zip | |
first version of multiplayer
Diffstat (limited to 'pacman-c++/constants.h')
| -rw-r--r-- | pacman-c++/constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pacman-c++/constants.h b/pacman-c++/constants.h index 44999f7..d81f474 100644 --- a/pacman-c++/constants.h +++ b/pacman-c++/constants.h | |||
| @@ -15,6 +15,9 @@ namespace Constants { | |||
| 15 | const unsigned int sprite_margin = 2; | 15 | const unsigned int sprite_margin = 2; |
| 16 | const unsigned int sprite_offset = 20; | 16 | const unsigned int sprite_offset = 20; |
| 17 | const unsigned int tick = 250; // ms | 17 | const unsigned int tick = 250; // ms |
| 18 | |||
| 19 | const unsigned int port = 7321; | ||
| 20 | const unsigned int connection_timeout = 3000; | ||
| 18 | } | 21 | } |
| 19 | 22 | ||
| 20 | namespace Color | 23 | namespace Color |
