diff --git a/src/client/component/game_console.cpp b/src/client/component/game_console.cpp index 42819391..29df411f 100644 --- a/src/client/component/game_console.cpp +++ b/src/client/component/game_console.cpp @@ -195,7 +195,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("H2-Mod: >", color_h2); + draw_input_text_and_over("H2-Mod: >", color_h2); // Ahrimdon con.globals.left_x = con.globals.x; con.globals.auto_complete_choice[0] = 0;