mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-25 07:45:40 +00:00
script fix
This commit is contained in:
parent
f92770f74a
commit
e95de89c9a
1 changed files with 1 additions and 1 deletions
|
@ -6212,7 +6212,7 @@ int8 CRunningScript::ProcessCommands700To799(int32 command)
|
|||
}
|
||||
CCranes::ActivateCrane(infX, supX, infY, supY,
|
||||
*(float*)&ScriptParams[6], *(float*)&ScriptParams[7], *(float*)&ScriptParams[8],
|
||||
DEGTORAD(*(float*)&ScriptParams[8]), true, false,
|
||||
DEGTORAD(*(float*)&ScriptParams[9]), true, false,
|
||||
*(float*)&ScriptParams[0], *(float*)&ScriptParams[1]);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue