From 06a0fe36abd75399e3f1e70fdf555846eb3dc541 Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Fri, 2 Aug 2024 22:56:39 +0800 Subject: [PATCH] [saco] Match `RwFrameRotate(...)` --- 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 ef1195c..5a0da06 100644 --- a/saco/game/rwstuff.cpp +++ b/saco/game/rwstuff.cpp @@ -235,8 +235,8 @@ VECTOR stru_10117384[3] = { void RwFrameRotate(RwFrame* frame, int axis, float angle) { - DWORD dwFunc = (iGtaVersion != GTASA_VERSION_USA10) ? 0x7F1050 : 0x7F1010; VECTOR* pAxis = &stru_10117384[axis]; + DWORD dwFunc = (iGtaVersion != GTASA_VERSION_USA10) ? 0x7F1050 : 0x7F1010; _asm push 1 _asm push angle