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

View file

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