diff --git a/src/client/component/console.cpp b/src/client/component/console.cpp index f6c769b8..a229f77b 100644 --- a/src/client/component/console.cpp +++ b/src/client/component/console.cpp @@ -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); diff --git a/src/client/component/game_console.cpp b/src/client/component/game_console.cpp index 49649f60..42b37bbb 100644 --- a/src/client/component/game_console.cpp +++ b/src/client/component/game_console.cpp @@ -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;