mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
[saco] Match RwFrameCreate()
This commit is contained in:
parent
5f7033c1c7
commit
b894db75eb
@ -42,8 +42,8 @@ RwTexture* RwTextureCreate(RwRaster *raster)
|
||||
|
||||
RwFrame* RwFrameCreate()
|
||||
{
|
||||
DWORD dwFunc = (iGtaVersion != GTASA_VERSION_USA10) ? 0x7F0450 : 0x7F0410;
|
||||
RwFrame* pFrame = NULL;
|
||||
DWORD dwFunc = (iGtaVersion != GTASA_VERSION_USA10) ? 0x7F0450 : 0x7F0410;
|
||||
|
||||
_asm mov edx, dwFunc
|
||||
_asm call edx
|
||||
|
Loading…
x
Reference in New Issue
Block a user