1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-23 15:47:45 +00:00

Remove persistent_emote field in CommonSpawn

This is a param to CharacterMode.
This commit is contained in:
Joshua Goins 2025-03-23 12:17:23 -04:00
parent 37dbef99db
commit 93409a3c49

View file

@ -151,10 +151,8 @@ pub struct CommonSpawn {
pub u26: u8, // assumed
/// Must be unique for each actor.
pub spawn_index: u8,
#[brw(pad_size_to = 2)] // for modes that don't have a param
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
pub object_kind: ObjectKind,
pub voice: u8,