mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[saco] Match RwCameraCreate()
This commit is contained in:
parent
b894db75eb
commit
f2a0453d26
@ -54,8 +54,8 @@ RwFrame* RwFrameCreate()
|
||||
|
||||
RwCamera* RwCameraCreate()
|
||||
{
|
||||
DWORD dwFunc = (iGtaVersion != GTASA_VERSION_USA10) ? 0x7EE530 : 0x7EE4F0;
|
||||
RwCamera* pCamera = NULL;
|
||||
DWORD dwFunc = (iGtaVersion != GTASA_VERSION_USA10) ? 0x7EE530 : 0x7EE4F0;
|
||||
|
||||
_asm mov edx, dwFunc
|
||||
_asm call edx
|
||||
|
Loading…
Reference in New Issue
Block a user