mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-21 23:17:45 +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)]
|
||||
pub struct WeatherChange {
|
||||
pub weather_id: u16,
|
||||
#[brw(pad_before = 3)]
|
||||
#[brw(pad_before = 2)]
|
||||
pub transistion_time: f32,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue