1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-09 23:47:46 +00:00

Remove TestActorControl

This was leftover from some other debugging and shouldn't be here.
This commit is contained in:
Joshua Goins 2025-07-04 15:58:34 -04:00
parent 10d4d957fa
commit 5acf6580f3

View file

@ -109,12 +109,6 @@ pub enum ActorControlCategory {
#[brw(pad_before = 2)] // padding #[brw(pad_before = 2)] // padding
emote: u32, emote: u32,
}, },
#[brw(magic = 0x207u16)]
TestActorControl {
#[brw(pad_before = 2)] // padding
actor_id: u32,
unk1: u32,
},
Unknown { Unknown {
category: u16, category: u16,
#[brw(pad_before = 2)] // padding #[brw(pad_before = 2)] // padding