mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-04-20 09:33:37 +00:00
Revert "changed console prompt to make it look like bash prompt"
This reverts commit bec7f8354d
.
This commit is contained in:
parent
79d920dd39
commit
2ec4acf44b
1 changed files with 2 additions and 3 deletions
|
@ -1016,10 +1016,9 @@ void idConsoleLocal::DrawInput() {
|
|||
|
||||
renderSystem->SetColor( idStr::ColorForIndex( C_COLOR_CYAN ) );
|
||||
|
||||
renderSystem->DrawSmallChar( 1 * SMALLCHAR_WIDTH, y, '$', localConsole.charSetShader );
|
||||
renderSystem->DrawSmallChar( 1 * SMALLCHAR_WIDTH, y, ' ', localConsole.charSetShader );
|
||||
renderSystem->DrawSmallChar( 1 * SMALLCHAR_WIDTH, y, ']', localConsole.charSetShader );
|
||||
|
||||
consoleField.Draw(3 * SMALLCHAR_WIDTH, y, SCREEN_WIDTH - 4 * SMALLCHAR_WIDTH, true, charSetShader );
|
||||
consoleField.Draw(2 * SMALLCHAR_WIDTH, y, SCREEN_WIDTH - 3 * SMALLCHAR_WIDTH, true, charSetShader );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue