]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Bump animation frame count from u8 to u16 (#10054)
authorLars Müller <34514239+appgurueu@users.noreply.github.com>
Fri, 10 Jul 2020 10:12:19 +0000 (12:12 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2020 10:12:19 +0000 (12:12 +0200)
src/client/tile.h

index e1d6c348fe7fbae54a588a39765c5b4c9f983d3c..49c46f749d648da88267c7bd0eb53e7de6cfbd31 100644 (file)
@@ -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 =