mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-02-07 16:31:21 +00:00
Fix music studder in base sound when starting silent cinematics
This commit is contained in:
parent
a889d7a14f
commit
43c6ebee8d
1 changed files with 3 additions and 1 deletions
|
@ -1472,7 +1472,9 @@ int CIN_PlayCinematic( const char *arg, int x, int y, int w, int h, int systemBi
|
||||||
|
|
||||||
Con_Close();
|
Con_Close();
|
||||||
|
|
||||||
|
if (!cinTable[currentHandle].silent) {
|
||||||
s_rawend[0] = s_soundtime;
|
s_rawend[0] = s_soundtime;
|
||||||
|
}
|
||||||
|
|
||||||
return currentHandle;
|
return currentHandle;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue