aboutsummaryrefslogtreecommitdiff
path: root/src/tiles.c
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-08-09 00:35:47 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-08-09 00:35:47 +0300
commita68cc52b5c5d1c104de8d675b90816aaa39f4ace (patch)
treed4d7d095b812349c1d8c90e20e91d18d25a88374 /src/tiles.c
parentc6862f7f703bcff364573e95f180f05ce8e45040 (diff)
nearly works
Diffstat (limited to 'src/tiles.c')
-rw-r--r--src/tiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tiles.c b/src/tiles.c
index b09ca95..40608b3 100644
--- a/src/tiles.c
+++ b/src/tiles.c
@@ -7,7 +7,7 @@ extern int TILE_HEIGHT;
void load_tiles(int n)
{
- int width, height;
+ size_t width, height;
for(int i = 0; i < n; i++)
{
char file_path[26];