Remove in-game console version
This commit is contained in:
parent
bb16121bb6
commit
f7b23d1cb2
@ -375,7 +375,7 @@ namespace console
|
||||
void post_unpack() override
|
||||
{
|
||||
ShowWindow(GetConsoleWindow(), SW_SHOW);
|
||||
SetConsoleTitle("H2-Mod");
|
||||
SetConsoleTitle("H2-Mod: ");
|
||||
|
||||
#ifndef DEBUG
|
||||
SetConsoleCtrlHandler(console_ctrl_handler, TRUE);
|
||||
|
@ -195,7 +195,7 @@ namespace game_console
|
||||
con.globals.left_x = con.screen_min[0] + 6.0f;
|
||||
|
||||
draw_input_box(1, dvars::con_inputBoxColor->current.vector);
|
||||
draw_input_text_and_over("h2-mod >", color_h2);
|
||||
draw_input_text_and_over("H2-Mod: >", color_h2);
|
||||
|
||||
con.globals.left_x = con.globals.x;
|
||||
con.globals.auto_complete_choice[0] = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user