//=============================================================================
/* Support Routines */
+#define FONT_FILESIZE 13468
#define MAX_CACHED_PICS 256
#define CACHEPICHASHSIZE 256
static cachepic_t *cachepichash[CACHEPICHASHSIZE];
static rtexturepool_t *drawtexturepool;
-static qbyte concharimage[13468] =
+static qbyte concharimage[FONT_FILESIZE] =
{
#include "lhfont.h"
};
qbyte buffer[65536][4], *data = NULL;
double random;
- fs_filesize = 13396;
+ fs_filesize = FONT_FILESIZE;
data = LoadTGA (concharimage, 256, 256);
fs_filesize = -1;
// Gold numbers