mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-02 00:41:51 +00:00
Correct initialization order of idSoundVoice_OpenAL constructor.
This commit is contained in:
parent
cb2754884d
commit
beed9b7b4c
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ idSoundVoice_OpenAL::idSoundVoice_OpenAL()
|
|||
formatTag( 0 ),
|
||||
numChannels( 0 ),
|
||||
sampleRate( 0 ),
|
||||
paused( true ),
|
||||
hasVUMeter( false )
|
||||
hasVUMeter( false ),
|
||||
paused( true )
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue