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 3d78d1d..e7755d4 100644
--- a/pacman-c++/constants.h
+++ b/pacman-c++/constants.h
@@ -8,7 +8,7 @@ namespace Constants {
8 const unsigned int height; 8 const unsigned int height;
9 } 9 }
10 field_size = { 16, 16 }, 10 field_size = { 16, 16 },
11 map_size = { 30, 30 }, 11 map_size = { 35, 17 },
12 map_size_pixel = { field_size.width * map_size.width, 12 map_size_pixel = { field_size.width * map_size.width,
13 field_size.height * map_size.height }; 13 field_size.height * map_size.height };
14 const unsigned int sprite_margin = 2; 14 const unsigned int sprite_margin = 2;