From bbd2a69a962d15f74a4afcb7b66462eac9fa5008 Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 20 Apr 2011 02:19:08 +0200 Subject: game rounds finally implemented: - game rounds will be detected during the round AND - a new map will be send in the NEXT tick to the clients --- pacman-c++/constants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pacman-c++/constants.h') diff --git a/pacman-c++/constants.h b/pacman-c++/constants.h index 20a0e15..f9f40f9 100644 --- a/pacman-c++/constants.h +++ b/pacman-c++/constants.h @@ -51,6 +51,7 @@ namespace Constants { const unsigned int weight_hunt = 10; const unsigned int weight_bonus_point = 3; const unsigned int weight_point = 1; + const unsigned int weight_colorblock = 5; } } -- cgit v1.2.3