- made the different cursor characters for Raven's and the other small fonts a property of the font instead deciding based on the game.

SVN r2935 (trunk)
This commit is contained in:
Christoph Oelckers 2010-10-12 08:43:15 +00:00
commit 7e362819e4
5 changed files with 19 additions and 5 deletions

View file

@ -252,7 +252,7 @@ void CT_Drawer (void)
}
// draw the prompt, text, and cursor
ChatQueue[len] = gameinfo.gametype & GAME_DoomChex ? '_' : '[';
ChatQueue[len] = SmallFont->GetCursor();
ChatQueue[len+1] = '\0';
if (con_scaletext < 2)
{