mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +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 );
|
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 );
|
||||||
|
|
Loading…
Reference in a new issue