mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-30 11:47:45 +00:00
Add a comment to rename EventHandlerReturn
This commit is contained in:
parent
cc5d9ae7bc
commit
03609fb8c1
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ pub enum ClientZoneIpcData {
|
||||||
event_id: u32,
|
event_id: u32,
|
||||||
},
|
},
|
||||||
#[br(pre_assert(*magic == ClientZoneIpcType::EventHandlerReturn))]
|
#[br(pre_assert(*magic == ClientZoneIpcType::EventHandlerReturn))]
|
||||||
EventHandlerReturn {
|
EventHandlerReturn { // TODO: This is actually EventYieldHandler
|
||||||
handler_id: u32,
|
handler_id: u32,
|
||||||
scene: u16,
|
scene: u16,
|
||||||
error_code: u8,
|
error_code: u8,
|
||||||
|
|
Loading…
Add table
Reference in a new issue