mirror of
https://github.com/zeldaret/tp
synced 2026-06-14 22:29:14 -04:00
Regalloc/debug/misc fixes (#2794)
* Fix "0" asserts * More debug and regalloc fixes * Fix PTMF syntax for compatibility with other compilers * Fix some fakematches, link more TUs for J/P
This commit is contained in:
@@ -76,9 +76,9 @@ static daBsGate_HIO_c l_HIO;
|
||||
void daBsGate_c::moveGate() {
|
||||
typedef void (daBsGate_c::*daBsGate_modeFunc)();
|
||||
static daBsGate_modeFunc mode_proc[3] = {
|
||||
&modeWait,
|
||||
&modeOpen,
|
||||
&modeClose,
|
||||
&daBsGate_c::modeWait,
|
||||
&daBsGate_c::modeOpen,
|
||||
&daBsGate_c::modeClose,
|
||||
};
|
||||
u8 was_open = mOpen;
|
||||
mOpen = fopAcM_isSwitch(this, fopAcM_GetParam(this) & 0xff);
|
||||
|
||||
Reference in New Issue
Block a user