Skip to content

Commit 002f65f

Browse files
committed
Fixed default setting for chat outline
1 parent 5a2f569 commit 002f65f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Client/core/CClientVariables.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ void CClientVariables::LoadDefaults ( void )
275275
DEFAULT ( "chat_lines", 10 ); // chatbox lines
276276
DEFAULT ( "chat_color", CColor (0,0,0,0) ); // chatbox background color
277277
DEFAULT ( "chat_text_color", CColor (172,213,254,255) ); // chatbox text color
278+
DEFAULT ( "chat_text_outline", false );
278279
DEFAULT ( "chat_input_color", CColor (0,0,0,0) ); // chatbox input background color
279280
DEFAULT ( "chat_input_prefix_color", CColor (172,213,254,255) ); // chatbox input prefix color
280281
DEFAULT ( "chat_input_text_color", CColor (172,213,254,255) ); // chatbox input text color

0 commit comments

Comments
 (0)