aboutsummaryrefslogtreecommitdiff
path: root/src/gen_tiles.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen_tiles.c')
-rw-r--r--src/gen_tiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen_tiles.c b/src/gen_tiles.c
index 53e1012..6a73872 100644
--- a/src/gen_tiles.c
+++ b/src/gen_tiles.c
@@ -93,7 +93,7 @@ void gen_rotations()
char syms[TILES_CAP];
size_t sym_sz = 0;
- for(int n = 0; n < tiles_sz; n++)
+ for(size_t n = 0; n < tiles_sz; n++)
{
int i = tiles_to_load[n];
save(tiles[i], tiles_connections[i], n);