mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
[saco] Match RwFrameRotate(...)
This commit is contained in:
parent
a7f6b48efb
commit
06a0fe36ab
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user