diff options
Diffstat (limited to 'src/objects.c')
| -rw-r--r-- | src/objects.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects.c b/src/objects.c index b296c9d..7299aab 100644 --- a/src/objects.c +++ b/src/objects.c @@ -78,7 +78,7 @@ void create_objects() { for (int i = MAP_SIZE_Y-1; i >= 0; i--) { create_box(0, i, 0); - create_box(MAP_SIZE_Y-1, i, 0); + create_box(MAP_SIZE_X-1, i, 0); } create_box(16, 8, 0); |
