mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 00:51:17 +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();
|
||||||
|
|
||||||
s_rawend[0] = s_soundtime;
|
if (!cinTable[currentHandle].silent) {
|
||||||
|
s_rawend[0] = s_soundtime;
|
||||||
|
}
|
||||||
|
|
||||||
return currentHandle;
|
return currentHandle;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue