pedantry
This commit is contained in:
parent
a6e96d88ab
commit
00f0419574
@ -193,7 +193,7 @@ pub struct WorldEventSetTime{
|
||||
#[brw(little)]
|
||||
pub struct WorldEventSetPaused{
|
||||
#[br(map=|paused:u32|paused!=0)]
|
||||
#[bw(map=|paused:&bool|*paused as u32)]
|
||||
#[bw(map=|&paused:&bool|paused as u32)]
|
||||
pub paused:bool,
|
||||
#[br(temp)]
|
||||
#[bw(ignore)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user