From ca29fc0babe8fc985a9e4656f80fc7faec4ac8a5 Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 11 May 2011 17:38:29 +0200 Subject: - 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 --- pacman-c++/common/constants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pacman-c++/common/constants.h') 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 { const unsigned int port = 7321; const unsigned int connection_timeout = 3000; const unsigned int packet_timeout = 3000; + const unsigned int recv_interval = Constants::tick / 2; } namespace Game -- cgit v1.2.3