mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 12:52:51 -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:
@@ -112,8 +112,8 @@ int daZrTuraRc_c::Execute() {
|
||||
void daZrTuraRc_c::move() {
|
||||
typedef void (daZrTuraRc_c::*daZrTuraRc_modeFunc)();
|
||||
static daZrTuraRc_modeFunc mode_proc[2] = {
|
||||
&modeDrop,
|
||||
&modeDropEnd,
|
||||
&daZrTuraRc_c::modeDrop,
|
||||
&daZrTuraRc_c::modeDropEnd,
|
||||
};
|
||||
(this->*mode_proc[mMode])();
|
||||
mCcSph.SetR(mScaleF * 130.0f);
|
||||
|
||||
Reference in New Issue
Block a user