Skip to content

Commit d80def5

Browse files
authoredJul 10, 2020
Bump animation frame count from u8 to u16 (#10054)
1 parent c6422e0 commit d80def5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/client/tile.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ struct TileLayer
271271
u32 texture_id = 0;
272272

273273
u16 animation_frame_length_ms = 0;
274-
u8 animation_frame_count = 1;
274+
u16 animation_frame_count = 1;
275275

276276
u8 material_type = TILE_MATERIAL_BASIC;
277277
u8 material_flags =

0 commit comments

Comments
 (0)
Please sign in to comment.