Quake 4 related bug fixes.

This commit is contained in:
Justin Marshall
2026-05-10 01:30:36 -07:00
parent d37f87e493
commit 74dbe3d933
27 changed files with 4555 additions and 2777 deletions
+1 -1
View File
@@ -1388,7 +1388,7 @@ idSoundWorldLocal::EmitterForIndex
===================
*/
idSoundEmitter *idSoundWorldLocal::EmitterForIndex( int index ) {
if ( index == 0 ) {
if ( index <= 0 ) {
return NULL;
}
if ( index >= emitters.Num() ) {