8000 mint-arena: Make q3_ui arenas ignored message developer only · Turtle-Arena/turtle-arena-code@bc68750 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc68750

Browse files
committed
mint-arena: Make q3_ui arenas ignored message developer only
1 parent cb00b8f commit bc68750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/q3_ui/ui_gameinfo.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ static void UI_LoadArenas( void ) {
239239
n = ui_numSinglePlayerArenas % ARENAS_PER_TIER;
240240
if( n != 0 ) {
241241
ui_numSinglePlayerArenas -= n;
242-
trap_Print( va( "%i arenas ignored to make count divisible by %i\n", n, ARENAS_PER_TIER ) );
242+
Com_DPrintf( "%i single player arenas ignored to make count divisible by %i\n", n, ARENAS_PER_TIER );
243243
}
244244

245245
// go through once more and assign number to the levels

0 commit comments

Comments
 (0)
0