mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 04:48:21 -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:
@@ -145,9 +145,9 @@ int daZrTurara_c::Execute(Mtx** i_mtxP) {
|
||||
void daZrTurara_c::move() {
|
||||
typedef void (daZrTurara_c::*daZrTurara_modeFunc)();
|
||||
static daZrTurara_modeFunc mode_proc[3] = {
|
||||
&modeWait,
|
||||
&modeBreak,
|
||||
&modeEnd,
|
||||
&daZrTurara_c::modeWait,
|
||||
&daZrTurara_c::modeBreak,
|
||||
&daZrTurara_c::modeEnd,
|
||||
};
|
||||
(this->*mode_proc[mMode])();
|
||||
mCcCyl.SetR(130.0f);
|
||||
|
||||
Reference in New Issue
Block a user