mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 17:39:01 +00:00
mark reflections done
This commit is contained in:
parent
c4707fe887
commit
63c7df9f09
2 changed files with 3 additions and 5 deletions
|
@ -624,7 +624,6 @@ cAudioManager::AddDetailsToRequestedOrderList(uint8 sample)
|
||||||
m_abSampleQueueIndexTable[m_nActiveSampleQueue][i] = sample;
|
m_abSampleQueueIndexTable[m_nActiveSampleQueue][i] = sample;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
cAudioManager::AddReflectionsToRequestedQueue()
|
cAudioManager::AddReflectionsToRequestedQueue()
|
||||||
{
|
{
|
||||||
|
@ -686,7 +685,6 @@ cAudioManager::AddReflectionsToRequestedQueue()
|
||||||
m_sQueueSample.m_fDistance = oldDist;
|
m_sQueueSample.m_fDistance = oldDist;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
cAudioManager::UpdateReflections()
|
cAudioManager::UpdateReflections()
|
||||||
{
|
{
|
||||||
|
|
|
@ -410,7 +410,7 @@ public:
|
||||||
void Terminate(); //done
|
void Terminate(); //done
|
||||||
void TranslateEntity(Const CVector *v1, CVector *v2) const; //done
|
void TranslateEntity(Const CVector *v1, CVector *v2) const; //done
|
||||||
|
|
||||||
void UpdateReflections();
|
void UpdateReflections(); //done
|
||||||
bool UsesReverseWarning(int32 model) const; //done
|
bool UsesReverseWarning(int32 model) const; //done
|
||||||
bool UsesSiren(cVehicleParams *params) const; //done
|
bool UsesSiren(cVehicleParams *params) const; //done
|
||||||
bool UsesSirenSwitching(cVehicleParams* params) const; //done
|
bool UsesSirenSwitching(cVehicleParams* params) const; //done
|
||||||
|
|
Loading…
Reference in a new issue