mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-05 17:13:27 +08:00
[saco] Match RpLightCreate(...)
This commit is contained in:
parent
f2a0453d26
commit
5a0021ada7
@ -147,8 +147,8 @@ void RwCameraSetViewWindow(RwCamera *camera, VECTOR2D *viewWindow)
|
|||||||
|
|
||||||
RpLight* RpLightCreate(int _type)
|
RpLight* RpLightCreate(int _type)
|
||||||
{
|
{
|
||||||
DWORD dwFunc = (iGtaVersion != GTASA_VERSION_USA10) ? 0x752160 : 0x752110;
|
|
||||||
RpLight* pLight = NULL;
|
RpLight* pLight = NULL;
|
||||||
|
DWORD dwFunc = (iGtaVersion != GTASA_VERSION_USA10) ? 0x752160 : 0x752110;
|
||||||
|
|
||||||
_asm push _type
|
_asm push _type
|
||||||
_asm mov edx, dwFunc
|
_asm mov edx, dwFunc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user