mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Bug 5047 - Win32 dedicated server console title should use define, patch by Zack Middleton
This commit is contained in:
parent
a5f31084d4
commit
055bd3b464
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue