maint: prettify in-game console title
This commit is contained in:
parent
4a1a2a1ed7
commit
754b38c103
@ -241,7 +241,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("IW7-Mod: > ", color_title);
|
draw_input_text_and_over("IW7-Mod > ", color_title);
|
||||||
|
|
||||||
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