diff --git a/code/client/cl_cin.c b/code/client/cl_cin.c index 45c4dd45..599443c9 100644 --- a/code/client/cl_cin.c +++ b/code/client/cl_cin.c @@ -1472,7 +1472,9 @@ int CIN_PlayCinematic( const char *arg, int x, int y, int w, int h, int systemBi Con_Close(); - s_rawend[0] = s_soundtime; + if (!cinTable[currentHandle].silent) { + s_rawend[0] = s_soundtime; + } return currentHandle; }