diff --git a/codeJK2/cgame/cg_main.cpp b/codeJK2/cgame/cg_main.cpp index 9be003e9a9..f10dc38cf5 100644 --- a/codeJK2/cgame/cg_main.cpp +++ b/codeJK2/cgame/cg_main.cpp @@ -752,7 +752,7 @@ static void CG_RegisterSounds( void ) { if ( soundName[0] == '*' ) { continue; // custom sound } - if (i&31) { + if ((i & 31) == 0 ) { CG_LoadingString( soundName ); } cgs.sound_precache[i] = cgi_S_RegisterSound( soundName );