Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Bump animation frame count from u8 to u16 (#10054)
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/client/tile.h
|
@@ -271,7 +271,7 @@ struct TileLayer |
|
|
u32 texture_id = 0; |
|
|
|
|
|
u16 animation_frame_length_ms = 0; |
|
|
u8 animation_frame_count = 1; |
|
|
u16 animation_frame_count = 1; |
|
|
|
|
|
u8 material_type = TILE_MATERIAL_BASIC; |
|
|
u8 material_flags = |
|
|