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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/constants.h b/pacman-c++/constants.h
index 7ce26ad..a14e623 100644
--- a/pacman-c++/constants.h
+++ b/pacman-c++/constants.h
@@ -65,7 +65,7 @@ namespace Transmission
65 const field_t direction_up = (1 << 11); 65 const field_t direction_up = (1 << 11);
66 const field_t direction_down = (1 << 12); 66 const field_t direction_down = (1 << 12);
67 67
68 const mask_t color_mask = Color::none | Color::red | Color::blue | Color::green; 68 const mask_t color_mask = Color::none | Color::red | Color::blue | Color::green | Color::yellow;
69 const mask_t type_mask = block | bonuspoint; 69 const mask_t type_mask = block | bonuspoint;
70 const mask_t direction_mask = direction_none | direction_left | direction_right | direction_up | direction_down; 70 const mask_t direction_mask = direction_none | direction_left | direction_right | direction_up | direction_down;
71 71