Remove branding

This commit is contained in:
Ahrimdon 2024-02-27 04:16:46 -05:00
parent b3245eef9a
commit 96ab9a049c
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ namespace branding
const auto y = 4;
const auto scale = 1.0f;
float color[4] = {0.666f, 0.666f, 0.666f, 0.666f};
const auto* text = "s1-mod: " VERSION;
const auto* text = "";
auto* font = game::R_RegisterFont("fonts/consolefont");

View File

@ -185,7 +185,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("s1-mod: " VERSION ">", color_s1);
draw_input_text_and_over("s1-mod: >", color_s1);
con.globals.left_x = con.globals.x;
con.globals.auto_complete_choice[0] = 0;