Remove branding
This commit is contained in:
parent
ba7228c830
commit
7a53fca5b5
@ -38,7 +38,7 @@ namespace branding
|
||||
return;
|
||||
}
|
||||
|
||||
localized_strings::override("LUA_MENU_LEGAL_COPYRIGHT", "iw6-mod: " VERSION " by AlterWare.\n");
|
||||
localized_strings::override("LUA_MENU_LEGAL_COPYRIGHT", "iw6-mod: " VERSION "\n");
|
||||
|
||||
utils::hook::call(SELECT_VALUE(0x1403BDABA, 0x140414424), dvar_set_string_stub);
|
||||
ui_get_formatted_build_number_hook.create(
|
||||
@ -50,7 +50,7 @@ namespace branding
|
||||
const auto y = 0;
|
||||
const auto scale = 0.5f;
|
||||
float color[4] = {0.666f, 0.666f, 0.666f, 0.666f};
|
||||
const auto* text = "iw6-mod: " VERSION;
|
||||
const auto* text = "";
|
||||
|
||||
auto* font = game::R_RegisterFont("fonts/normalfont");
|
||||
if (!font) return;
|
||||
|
@ -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("iw6-mod: " VERSION ">", color_iw6);
|
||||
draw_input_text_and_over("iw6-mod: >", color_iw6);
|
||||
|
||||
con.globals.left_x = con.globals.x;
|
||||
con.globals.auto_complete_choice[0] = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user