diff options
| author | manuel <manuel@mausz.at> | 2011-05-11 17:38:29 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-05-11 17:38:29 +0200 |
| commit | ca29fc0babe8fc985a9e4656f80fc7faec4ac8a5 (patch) | |
| tree | fb48f74ffcddcd8b260ebf78062623427aeda862 /pacman-c++/common/constants.h | |
| parent | 535c342a2f28e0a1e90010b2f0ff4018eeeb200a (diff) | |
| download | foop-ca29fc0babe8fc985a9e4656f80fc7faec4ac8a5.tar.gz foop-ca29fc0babe8fc985a9e4656f80fc7faec4ac8a5.tar.bz2 foop-ca29fc0babe8fc985a9e4656f80fc7faec4ac8a5.zip | |
- fix audio plugin and make that a real interface
- that fixes a duplicate statis audiomanager (1x pacman, 1x audio plugin) on windows
- display won/lost dialog upon gameend
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 |
