mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +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)
|
||||
{
|
||||
DWORD dwFunc = (iGtaVersion != GTASA_VERSION_USA10) ? 0x752160 : 0x752110;
|
||||
RpLight* pLight = NULL;
|
||||
DWORD dwFunc = (iGtaVersion != GTASA_VERSION_USA10) ? 0x752160 : 0x752110;
|
||||
|
||||
_asm push _type
|
||||
_asm mov edx, dwFunc
|
||||
|
Loading…
x
Reference in New Issue
Block a user