derive Default on SelectScreenCharacter
This commit is contained in:
parent
9db1278de0
commit
cfe193cadf
@ -140,7 +140,7 @@ impl std::default::Default for Character {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Copy, Clone, Debug, PartialEq)]
|
#[derive(Copy, Clone, Debug, PartialEq, Default)]
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct SelectScreenCharacter {
|
pub struct SelectScreenCharacter {
|
||||||
pub exp: u32,
|
pub exp: u32,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user