From 5a0021ada7421377460a39be132d1c652cb8fa48 Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Tue, 30 Jul 2024 23:06:04 +0800 Subject: [PATCH] [saco] Match `RpLightCreate(...)` --- saco/game/rwstuff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saco/game/rwstuff.cpp b/saco/game/rwstuff.cpp index d7bdd39..bc50818 100644 --- a/saco/game/rwstuff.cpp +++ b/saco/game/rwstuff.cpp @@ -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