- the fourth.
This commit is contained in:
parent
6dee9ff566
commit
8ab562ef13
107 changed files with 1041 additions and 1041 deletions
|
|
@ -29,8 +29,8 @@ class player_t;
|
|||
//
|
||||
// Globally visible constants.
|
||||
//
|
||||
#define HU_FONTSTART BYTE('!') // the first font characters
|
||||
#define HU_FONTEND BYTE('\377') // the last font characters
|
||||
#define HU_FONTSTART uint8_t('!') // the first font characters
|
||||
#define HU_FONTEND uint8_t('\377') // the last font characters
|
||||
|
||||
// Calculate # of glyphs in font.
|
||||
#define HU_FONTSIZE (HU_FONTEND - HU_FONTSTART + 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue