diff options
Diffstat (limited to 'pacman-c++/constants.h')
| -rw-r--r-- | pacman-c++/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
| 51 | const unsigned int weight_hunt = 10; | 51 | const unsigned int weight_hunt = 10; |
| 52 | const unsigned int weight_bonus_point = 3; | 52 | const unsigned int weight_bonus_point = 3; |
| 53 | const unsigned int weight_point = 1; | 53 | const unsigned int weight_point = 1; |
| 54 | const unsigned int weight_colorblock = 5; | ||
| 54 | } | 55 | } |
| 55 | } | 56 | } |
| 56 | 57 | ||
