1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Bump animation frame count from u8 to u16 (#10054)

This commit is contained in:
Lars Müller 2020-07-10 12:12:19 +02:00 committed by GitHub
parent c6422e0872
commit d80def5bbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -271,7 +271,7 @@ struct TileLayer
u32 texture_id = 0; u32 texture_id = 0;
u16 animation_frame_length_ms = 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_type = TILE_MATERIAL_BASIC;
u8 material_flags = u8 material_flags =