- Backported GZDoom's true color font mappings for use with native textures

when the time comes.


SVN r626 (trunk)
This commit is contained in:
Christoph Oelckers 2007-12-23 16:53:39 +00:00
commit 154e21d9e7
4 changed files with 40 additions and 5 deletions

View file

@ -1254,7 +1254,7 @@ static void ConfirmIsAGo ()
//
// Set some stuff up for the video modes menu
//
static BYTE BitTranslate[16];
static BYTE BitTranslate[32];
void M_OptInit (void)
{