- 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:
parent
352a926ddf
commit
7e362819e4
5 changed files with 19 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue