Bug 5047 - Win32 dedicated server console title should use define, patch by Zack Middleton

This commit is contained in:
Thilo Schulz 2011-06-18 14:30:20 +00:00
parent a5f31084d4
commit 055bd3b464
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ void CON_Init( void )
GetConsoleScreenBufferInfo( qconsole_hout, &info );
qconsole_attrib = info.wAttributes;
SetConsoleTitle("ioquake3 Dedicated Server Console");
SetConsoleTitle(CLIENT_WINDOW_TITLE " Dedicated Server Console");
// make cursor invisible
GetConsoleCursorInfo( qconsole_hout, &qconsole_orig_cursorinfo );