mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 09:44:08 +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;
|
||||
}
|
||||
|
||||
// --MIAMI: Done
|
||||
void
|
||||
cAudioManager::AddReflectionsToRequestedQueue()
|
||||
{
|
||||
|
@ -686,7 +685,6 @@ cAudioManager::AddReflectionsToRequestedQueue()
|
|||
m_sQueueSample.m_fDistance = oldDist;
|
||||
}
|
||||
|
||||
// --MIAMI: Done
|
||||
void
|
||||
cAudioManager::UpdateReflections()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue