mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[saco] Rename sub_
to FUNC_
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user