X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftileanimation.h;h=7e3285ed7825ef59d6ea9384a323f10270cf058f;hb=393c8392821bf3357d2ada3ac0afe065758acc53;hp=0449de0b8bb28f1e08149b2fa1ed9acc7558e1a6;hpb=921151d97a2fb2238ab514324fb95e2732248b96;p=dragonfireclient.git diff --git a/src/tileanimation.h b/src/tileanimation.h index 0449de0b8..7e3285ed7 100644 --- a/src/tileanimation.h +++ b/src/tileanimation.h @@ -50,8 +50,8 @@ struct TileAnimationParams } sheet_2d; }; - void serialize(std::ostream &os, u16 protocol_version) const; - void deSerialize(std::istream &is, u16 protocol_version); + void serialize(std::ostream &os, u8 tiledef_version) const; + void deSerialize(std::istream &is, u8 tiledef_version); void determineParams(v2u32 texture_size, int *frame_count, int *frame_length_ms, v2u32 *frame_size) const; void getTextureModifer(std::ostream &os, v2u32 texture_size, int frame) const;