Modify in-game console str again to remove traces of versioning
This commit is contained in:
parent
c6a013761e
commit
7e7d931ee9
@ -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: >", color_iw6); // Ahrimdon
|
||||
draw_input_text_and_over("IW6-Mod >", color_iw6); // Ahrimdon
|
||||
|
||||
con.globals.left_x = con.globals.x;
|
||||
con.globals.auto_complete_choice[0] = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user