aboutsummaryrefslogtreecommitdiff
path: root/src/tiles.c
diff options
context:
space:
mode:
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];