mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-22 07:27:44 +00:00
Fix size of WeatherChange packet
This commit is contained in:
parent
0900d0b94e
commit
b3a22ebdce
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ use binrw::binrw;
|
||||||
#[derive(Debug, Clone, Copy, Default)]
|
#[derive(Debug, Clone, Copy, Default)]
|
||||||
pub struct WeatherChange {
|
pub struct WeatherChange {
|
||||||
pub weather_id: u16,
|
pub weather_id: u16,
|
||||||
#[brw(pad_before = 3)]
|
#[brw(pad_before = 2)]
|
||||||
pub transistion_time: f32,
|
pub transistion_time: f32,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue