Remove branding
This commit is contained in:
parent
b3245eef9a
commit
96ab9a049c
@ -52,7 +52,7 @@ namespace branding
|
|||||||
const auto y = 4;
|
const auto y = 4;
|
||||||
const auto scale = 1.0f;
|
const auto scale = 1.0f;
|
||||||
float color[4] = {0.666f, 0.666f, 0.666f, 0.666f};
|
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");
|
auto* font = game::R_RegisterFont("fonts/consolefont");
|
||||||
|
|
||||||
|
@ -185,7 +185,7 @@ namespace game_console
|
|||||||
con.globals.left_x = con.screen_min[0] + 6.0f;
|
con.globals.left_x = con.screen_min[0] + 6.0f;
|
||||||
|
|
||||||
draw_input_box(1, dvars::con_inputBoxColor->current.vector);
|
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.left_x = con.globals.x;
|
||||||
con.globals.auto_complete_choice[0] = 0;
|
con.globals.auto_complete_choice[0] = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user