Remove in-game console version

This commit is contained in:
Ahrimdon 2024-03-07 01:01:46 -05:00
parent 9cbb1c6f94
commit 746d33f04e
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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;