Remove in-game console version
This commit is contained in:
parent
9cbb1c6f94
commit
746d33f04e
@ -357,7 +357,7 @@ namespace console
|
||||
printf_hook.create(printf, printf_stub);
|
||||
|
||||
ShowWindow(GetConsoleWindow(), SW_SHOW);
|
||||
SetConsoleTitle("H1-Mod: " VERSION);
|
||||
SetConsoleTitle("H1-Mod: "); // Ahrimdon
|
||||
|
||||
con.kill_event = CreateEvent(NULL, TRUE, FALSE, NULL);
|
||||
|
||||
|
@ -230,7 +230,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("H1-Mod: " VERSION ">", color_title);
|
||||
draw_input_text_and_over("H1-Mod: >", color_title); // Ahrimdon
|
||||
|
||||
con.globals.left_x = con.globals.x;
|
||||
con.globals.auto_complete_choice[0] = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user