Squeeze performance option, minor fixes

Fixes are already in miami
This commit is contained in:
eray orçunus 2020-08-03 04:00:12 +03:00
commit e14252914e
21 changed files with 181 additions and 12 deletions

View file

@ -68,8 +68,8 @@ class CFont
static int16 Size[MAX_FONTS][193];
#endif
static int16 NewLine;
static CSprite2d Sprite[MAX_FONTS];
public:
static CSprite2d Sprite[MAX_FONTS];
static CFontDetails Details;
static void Initialise(void);