From 96ab9a049c11bb595d5a43ba80ba6d8cd0bd5944 Mon Sep 17 00:00:00 2001 From: Ahrimdon Date: Tue, 27 Feb 2024 04:16:46 -0500 Subject: [PATCH] Remove branding --- src/client/component/branding.cpp | 2 +- src/client/component/game_console.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/component/branding.cpp b/src/client/component/branding.cpp index 001f2b8..9d53c36 100644 --- a/src/client/component/branding.cpp +++ b/src/client/component/branding.cpp @@ -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"); diff --git a/src/client/component/game_console.cpp b/src/client/component/game_console.cpp index 61c2bde..5b425a5 100644 --- a/src/client/component/game_console.cpp +++ b/src/client/component/game_console.cpp @@ -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;