Fix a typo in a comment

This commit is contained in:
Clownacy 2019-10-20 21:07:26 +00:00
parent a9265e8b45
commit a8cf5e1846

View file

@ -833,7 +833,7 @@ void InitTextObject(const char *name)
// This breaks the Japanese text on English Windows installations. // This breaks the Japanese text on English Windows installations.
// Also, the game uses DEFAULT_QUALITY instead of NONANTIALIASED_QUALITY, // Also, the game uses DEFAULT_QUALITY instead of NONANTIALIASED_QUALITY,
// causing font antialiasing to blend with the colour-key, giving text ab // causing font antialiasing to blend with the colour-key, giving text an
// ugly black outline. // ugly black outline.
#ifdef FIX_BUGS #ifdef FIX_BUGS
#define QUALITY NONANTIALIASED_QUALITY #define QUALITY NONANTIALIASED_QUALITY