Make sound channel exhaustion warning a Com_DPrintf

This commit is contained in:
Tim Angus 2025-10-03 20:17:20 +01:00
parent 7c2603a788
commit 7d0117c183

View File

@ -620,7 +620,7 @@ static void S_Base_StartSoundEx( vec3_t origin, int entityNum, int entchannel, s
}
}
if (chosen == -1) {
Com_Printf("dropping sound\n");
Com_DPrintf("dropping sound\n");
return;
}
}