diff --git a/console/CON_console.c b/console/CON_console.c index d7fac73c0..40251acdc 100644 --- a/console/CON_console.c +++ b/console/CON_console.c @@ -681,7 +681,7 @@ void DrawCommandLine() { } if(Blink) { - int prompt_width, command_width, h, w; + int prompt_width, cmd_width, h, w; gr_get_string_size(Topmost->Prompt, &prompt_width, &h, &w); gr_get_string_size(Topmost->LCommand + Topmost->Offset, &cmd_width, &h, &w);