mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 05:24:08 +00:00
Merge remote-tracking branch 'origin/master' into miami
# Conflicts: # src/audio/AudioLogic.cpp # src/control/Garages.cpp # src/core/SurfaceTable.cpp # src/core/SurfaceTable.h # src/core/World.cpp # src/core/main.cpp # src/modelinfo/PedModelInfo.cpp # src/peds/Ped.cpp # src/render/Timecycle.cpp # src/vehicles/Automobile.cpp # src/vehicles/Automobile.h # src/vehicles/Heli.cpp # src/vehicles/Vehicle.cpp # src/weapons/Weapon.cpp # src/weapons/WeaponInfo.h
This commit is contained in:
commit
0ce2af7a0d
13 changed files with 715 additions and 774 deletions
|
@ -6320,7 +6320,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…
Add table
Add a link
Reference in a new issue