2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 10:37:41 -04:00

Lined up the input line with the output buffer

This commit is contained in:
NadnerbD
2012-01-31 02:35:16 -05:00
parent 6750a033d2
commit 84849b2238

View File

@ -1142,7 +1142,7 @@ void pfConsole::Draw( plPipeline *p )
strcpy( tmp, "]" );
drawText.DrawString( 10, y, tmp, 255, 255, 255, 255 );
i = 10 + drawText.CalcStringWidth( tmp ) + 4;
i = 19 + drawText.CalcStringWidth( tmp );
drawText.DrawString( i, y, fWorkingLine, fConsoleTextColor );
if( fCursorTicks >= 0 )