mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[saco] Implement/match CGame::IsUsingController()
This commit is contained in:
@ -1116,3 +1116,11 @@ void CGame::LoadCullZone(char *szLine)
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
BOOL CGame::IsUsingController()
|
||||
{
|
||||
if(*(BYTE*)0xBA6818) return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
|
@ -135,6 +135,7 @@ public:
|
||||
void RequestAnimationsAndModels();
|
||||
void LoadCollisionFile(char *szFileName);
|
||||
void LoadCullZone(char *szLine);
|
||||
BOOL IsUsingController();
|
||||
};
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user