aboutsummaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/src/game.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game/src/game.c b/src/game/src/game.c
index 3c03dd5..dc3d55b 100644
--- a/src/game/src/game.c
+++ b/src/game/src/game.c
@@ -28,6 +28,12 @@ int game(void)
{
.sel_periph = PERIPHERAL_TYPE_KEYBOARD_MOUSE,
.padn = i,
+ .dim =
+ {
+ .w = MAP_W,
+ .h = MAP_H,
+ },
+
.pl =
{
.team = PLAYER_COLOR_BLUE,