[saco] Match RwFrameCreate()

This commit is contained in:
RD42 2024-07-30 23:05:25 +08:00
parent 5f7033c1c7
commit b894db75eb

View File

@ -42,8 +42,8 @@ RwTexture* RwTextureCreate(RwRaster *raster)
RwFrame* RwFrameCreate() RwFrame* RwFrameCreate()
{ {
DWORD dwFunc = (iGtaVersion != GTASA_VERSION_USA10) ? 0x7F0450 : 0x7F0410;
RwFrame* pFrame = NULL; RwFrame* pFrame = NULL;
DWORD dwFunc = (iGtaVersion != GTASA_VERSION_USA10) ? 0x7F0450 : 0x7F0410;
_asm mov edx, dwFunc _asm mov edx, dwFunc
_asm call edx _asm call edx