mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-10 07:57:46 +00:00
Remove TestActorControl
This was leftover from some other debugging and shouldn't be here.
This commit is contained in:
parent
10d4d957fa
commit
5acf6580f3
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue