diff --git a/src/world/ipc/weather_change.rs b/src/world/ipc/weather_change.rs index f0bbec8..ee81b60 100644 --- a/src/world/ipc/weather_change.rs +++ b/src/world/ipc/weather_change.rs @@ -4,6 +4,6 @@ use binrw::binrw; #[derive(Debug, Clone, Copy, Default)] pub struct WeatherChange { pub weather_id: u16, - #[brw(pad_before = 3)] + #[brw(pad_before = 2)] pub transistion_time: f32, }