mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 17:20:00 +00:00
SetPosition, part 1
This commit is contained in:
parent
a1c1be7af9
commit
d23b2c423e
25 changed files with 62 additions and 54 deletions
|
@ -9814,7 +9814,7 @@ cAudioManager::Terminate()
|
|||
}
|
||||
|
||||
void
|
||||
cAudioManager::TranslateEntity(CVector *in, CVector *out) const
|
||||
cAudioManager::TranslateEntity(Const CVector *in, CVector *out) const
|
||||
{
|
||||
*out = MultiplyInverse(TheCamera.GetMatrix(), *in);
|
||||
}
|
||||
|
|
|
@ -456,7 +456,7 @@ public:
|
|||
void SetupSuspectLastSeenReport();
|
||||
|
||||
void Terminate();
|
||||
void TranslateEntity(CVector *v1, CVector *v2) const;
|
||||
void TranslateEntity(Const CVector *v1, CVector *v2) const;
|
||||
|
||||
void UpdateGasPedalAudio(CAutomobile *automobile);
|
||||
void UpdateReflections();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue