mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 16:14:09 +00:00
Merge remote-tracking branch 'upstream/miami' into miami
This commit is contained in:
commit
f6fe5c96c9
1 changed files with 4 additions and 0 deletions
|
@ -205,6 +205,8 @@ float fDAxisY = 1000.0f;
|
|||
float fInAirXRes = 0.98f;
|
||||
float fFlySpeedMult = -0.6f;
|
||||
|
||||
#pragma optimize("", off) // a workaround for another compiler bug =P, original had optimize off for this function too though
|
||||
|
||||
void
|
||||
CBike::ProcessControl(void)
|
||||
{
|
||||
|
@ -1257,6 +1259,8 @@ CBike::ProcessControl(void)
|
|||
}
|
||||
}
|
||||
|
||||
#pragma optimize("", on)
|
||||
|
||||
void
|
||||
CBike::Teleport(CVector pos)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue