mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
[saco] Match RwTextureCreate(...)
This commit is contained in:
parent
09db326d7b
commit
5f7033c1c7
@ -28,8 +28,8 @@ RwRaster* RwRasterCreate(int width, int height, int depth, int flags)
|
||||
|
||||
RwTexture* RwTextureCreate(RwRaster *raster)
|
||||
{
|
||||
DWORD dwFunc = (iGtaVersion != GTASA_VERSION_USA10) ? 0x7F3800 : 0x7F37C0;
|
||||
RwTexture* pTexture = NULL;
|
||||
DWORD dwFunc = (iGtaVersion != GTASA_VERSION_USA10) ? 0x7F3800 : 0x7F37C0;
|
||||
|
||||
_asm push raster
|
||||
_asm mov edx, dwFunc
|
||||
|
Loading…
x
Reference in New Issue
Block a user