[saco] Rename sub_ to FUNC_

This commit is contained in:
RD42
2024-07-24 17:01:39 +08:00
parent b20c2ebd31
commit e37fa0474e
14 changed files with 34 additions and 34 deletions

View File

@ -77,7 +77,7 @@ void LaunchMonitor(PVOID v)
while(1) {
if(*(PDWORD)ADDR_ENTRY == 7) {
sub_1009DD50();
FUNC_1009DD50();
pGame->StartGame();
break;
}
@ -332,7 +332,7 @@ void DoInitStuff()
pConfig = new CConfig(szConfigFile);
timeBeginPeriod(1); // increases the accuracy of Sleep()
sub_1009DD50();
FUNC_1009DD50();
SubclassGameWindow();
// Grab the real IDirect3D9 * from the game.