mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-25 08:27:44 +00:00
Remove persistent_emote field in CommonSpawn
This is a param to CharacterMode.
This commit is contained in:
parent
37dbef99db
commit
93409a3c49
1 changed files with 1 additions and 3 deletions
|
@ -151,10 +151,8 @@ pub struct CommonSpawn {
|
||||||
pub u26: u8, // assumed
|
pub u26: u8, // assumed
|
||||||
/// Must be unique for each actor.
|
/// Must be unique for each actor.
|
||||||
pub spawn_index: u8,
|
pub spawn_index: u8,
|
||||||
|
#[brw(pad_size_to = 2)] // for modes that don't have a param
|
||||||
pub mode: CharacterMode,
|
pub mode: CharacterMode,
|
||||||
/// Argument used in CharacterMode.
|
|
||||||
// TODO: move to enum
|
|
||||||
pub persistent_emote: u8,
|
|
||||||
#[brw(pad_size_to = 2)] // for kinds that don't have a param
|
#[brw(pad_size_to = 2)] // for kinds that don't have a param
|
||||||
pub object_kind: ObjectKind,
|
pub object_kind: ObjectKind,
|
||||||
pub voice: u8,
|
pub voice: u8,
|
||||||
|
|
Loading…
Add table
Reference in a new issue