mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-24 23:53:12 -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:
@@ -150,7 +150,7 @@ void daBmWindow_c::init_modeWait() {
|
||||
}
|
||||
|
||||
void daBmWindow_c::modeWait() {
|
||||
daPy_py_c* player = (daPy_py_c*)g_dComIfG_gameInfo.play.getPlayerPtr(LINK_PTR);
|
||||
daPy_py_c* player = (daPy_py_c*)dComIfGp_getLinkPlayer();
|
||||
cXyz cStack_2c;
|
||||
cXyz cStack_38;
|
||||
cStack_2c = l_check_area[0];
|
||||
|
||||
Reference in New Issue
Block a user