mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 04:48:21 -04:00
Resolve all gameInfo fakematches (#2995)
* Clean up various inlines/fakematches/comments * Copy OptRuby inline name from TWW debug * Resolve all dEvt_control_c related fakematches, return pointer instead of reference * Fix some more missing inline usages
This commit is contained in:
@@ -461,7 +461,7 @@ void daE_FB_c::executeAttack() {
|
||||
}
|
||||
}
|
||||
|
||||
if (dComIfGp_event_runCheck() == FALSE) {
|
||||
if (!dComIfGp_event_runCheck()) {
|
||||
cMtx_YrotS(*calc_mtx, current.angle.y);
|
||||
cMtx_XrotM(*calc_mtx, sp_0x28.x);
|
||||
sp_0x48.x = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user