mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-27 00:10:39 +00:00
[saco] Update CGame::StartGame()
This commit is contained in:
parent
7c5f271741
commit
255055f6af
@ -6,6 +6,9 @@
|
||||
|
||||
extern int iGtaVersion;
|
||||
|
||||
void GameInstallHooks();
|
||||
BOOL ApplyPreGamePatches();
|
||||
void ApplyInGamePatches();
|
||||
void InitAnimNameHashes();
|
||||
|
||||
char *szGameTextMessage;
|
||||
@ -133,7 +136,10 @@ void CGame::InitGame()
|
||||
|
||||
void CGame::StartGame()
|
||||
{
|
||||
// TODO: CGame::StartGame() .text:100A08E0
|
||||
ApplyInGamePatches();
|
||||
|
||||
// Install all hooks
|
||||
GameInstallHooks();
|
||||
|
||||
// Setup scripting
|
||||
InitScripting();
|
||||
|
Loading…
Reference in New Issue
Block a user