mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[saco] Implement sub_1009DD50()
This commit is contained in:
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
#include <Tlhelp32.h>
|
#include <Tlhelp32.h>
|
||||||
|
|
||||||
|
BOOL unknown_1014FDA4;
|
||||||
|
|
||||||
DWORD dwD3D9DllBaseAddr=0;
|
DWORD dwD3D9DllBaseAddr=0;
|
||||||
DWORD dwD3D9DllSize=0;
|
DWORD dwD3D9DllSize=0;
|
||||||
|
|
||||||
@ -75,3 +77,10 @@ int CheckDuplicateD3D9Dlls()
|
|||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------
|
//----------------------------------------------------------
|
||||||
|
|
||||||
|
void sub_1009DD50()
|
||||||
|
{
|
||||||
|
unknown_1014FDA4 = TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
|
//----------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user