d_demo work

This commit is contained in:
LagoLunatic
2025-03-28 22:35:13 -04:00
parent 09746976e3
commit b9c1eed694
26 changed files with 408 additions and 276 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ void daObjVgnfd_c::init_mtx() {
/* 00000B3C-00000BA0 .text set_timer__12daObjVgnfd_cFv */
void daObjVgnfd_c::set_timer() {
u32* int_p = dComIfGp_evmng_getMyIntegerP(mStaffId, "Timer");
int* int_p = dComIfGp_evmng_getMyIntegerP(mStaffId, "Timer");
mTimer = 0;
if (int_p != NULL)
mTimer = *int_p;