mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 08:29:00 +00:00
tiny diff fix
This commit is contained in:
parent
8a114514d9
commit
58de524d70
1 changed files with 1 additions and 1 deletions
|
@ -1648,7 +1648,7 @@ void CStream::SetPlay(bool state)
|
|||
{
|
||||
ALint sourceState = AL_STOPPED;
|
||||
alGetSourcei(m_pAlSources[0], AL_SOURCE_STATE, &sourceState);
|
||||
if (sourceState != AL_STOPPED )
|
||||
if (sourceState != AL_STOPPED)
|
||||
alSourceStop(m_pAlSources[0]);
|
||||
|
||||
sourceState = AL_STOPPED;
|
||||
|
|
Loading…
Reference in a new issue