8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb00b8f commit bc68750Copy full SHA for bc68750
code/q3_ui/ui_gameinfo.c
@@ -239,7 +239,7 @@ static void UI_LoadArenas( void ) {
239
n = ui_numSinglePlayerArenas % ARENAS_PER_TIER;
240
if( n != 0 ) {
241
ui_numSinglePlayerArenas -= n;
242
- trap_Print( va( "%i arenas ignored to make count divisible by %i\n", n, ARENAS_PER_TIER ) );
+ Com_DPrintf( "%i single player arenas ignored to make count divisible by %i\n", n, ARENAS_PER_TIER );
243
}
244
245
// go through once more and assign number to the levels
0 commit comments