We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6520d commit 8c361f8Copy full SHA for 8c361f8
fighters/jack/src/status/dispatch.rs
@@ -81,8 +81,9 @@ unsafe extern "C" fn dispatch_main_loop(fighter: &mut L2CFighterCommon) -> L2CVa
81
FIGHTER_STATUS_KIND_WAIT
82
};
83
fighter.change_status(status.into(), false.into());
84
+ return 1.into();
85
}
- 0.into()
86
+ return 0.into();
87
88
89
pub fn install(agent: &mut Agent) {
fighters/jack/src/status/summon.rs
@@ -89,8 +89,9 @@ unsafe extern "C" fn summon_main_loop(fighter: &mut L2CFighterCommon) -> L2CValu
90
91
92
93
94
95
96
97
0 commit comments