more misc. cleanup (#2232)

This commit is contained in:
Caroline Madsen
2024-10-31 20:36:11 -04:00
committed by GitHub
parent 30777a85b5
commit 09423b6fa0
121 changed files with 2254 additions and 17343 deletions
+2 -4
View File
@@ -43,8 +43,6 @@ static int phase_5(dScnPly_c*);
static int phase_6(dScnPly_c*);
static int phase_compleate(void*);
extern "C" s8 func_80252E70(s8*);
/* 804510F8-80451100 0005F8 0008+00 2/2 0/0 0/0 .sbss resPhase */
static request_of_phase_process_class resPhase[1];
@@ -76,7 +74,7 @@ s8 dScnPly_c::calcPauseTimer() {
nextPauseTimer = 0;
return pauseTimer;
} else {
return func_80252E70(&pauseTimer); // cLib_calcTimer<s8> : 80252E70
return cLib_calcTimer<s8>(&pauseTimer);
}
}
@@ -776,4 +774,4 @@ scene_process_profile_definition g_profile_OPENING_SCENE = {
0, // mParameters
&g_fopScn_Method.mBase, // sub_method
(process_method_class*)&l_dScnPly_Method, // mpMtd
};
};