summaryrefslogtreecommitdiffstats
path: root/pacman-c++/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/constants.h')
-rw-r--r--pacman-c++/constants.h1
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