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:
@@ -87,8 +87,8 @@ int daBarDesk_c::Execute(Mtx** i_mtxP) {
|
||||
void daBarDesk_c::windowProc() {
|
||||
typedef void (daBarDesk_c::*daBarDesk_modeFunc)();
|
||||
static daBarDesk_modeFunc mode_proc[2] = {
|
||||
&modeWait,
|
||||
&modeBreak,
|
||||
&daBarDesk_c::modeWait,
|
||||
&daBarDesk_c::modeBreak,
|
||||
};
|
||||
(this->*mode_proc[mMode])();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user