Modify in-game console str

This commit is contained in:
Ahrimdon 2024-03-10 15:13:43 -04:00
parent ab37047667
commit 0f912cb33b

View File

@ -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);
draw_input_text_and_over("IW6-Mod: >", color_iw6); // Ahrimdon
con.globals.left_x = con.globals.x;
con.globals.auto_complete_choice[0] = 0;