- 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

@ -161,7 +161,7 @@ void FPlayerNameBox::Drawer(bool selected)
else
{
size_t l = strlen(mEditName);
mEditName[l] = (gameinfo.gametype & (GAME_DoomStrifeChex)) ? '_' : '[';
mEditName[l] = SmallFont->GetCursor();
mEditName[l+1] = 0;
screen->DrawText (SmallFont, CR_UNTRANSLATED, x + mFrameSize, mYpos, mEditName,