diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-29 18:15:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 18:15:16 -0400 |
commit | 8c2b401bb3edf5c88c160ca9391cea29fa775a47 (patch) | |
tree | b1baaccdec0c5e7c9d6e8171cfede558d929578b /gflib/text.h | |
parent | af4d6dd8f06021dffd240ef2ee187e7b1f126cde (diff) | |
parent | 7574af35588c5025bcf46759501b16d25956f35f (diff) |
Merge pull request #1533 from LOuroboros/fontControl
Renamed "SIZE" text controller
Diffstat (limited to 'gflib/text.h')
-rw-r--r-- | gflib/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gflib/text.h b/gflib/text.h index ee3dfa34c..9bb07580e 100644 --- a/gflib/text.h +++ b/gflib/text.h @@ -211,7 +211,7 @@ #define EXT_CTRL_CODE_SHADOW 0x03 #define EXT_CTRL_CODE_COLOR_HIGHLIGHT_SHADOW 0x04 #define EXT_CTRL_CODE_PALETTE 0x05 -#define EXT_CTRL_CODE_SIZE 0x06 +#define EXT_CTRL_CODE_FONT 0x06 #define EXT_CTRL_CODE_RESET_SIZE 0x07 #define EXT_CTRL_CODE_PAUSE 0x08 #define EXT_CTRL_CODE_PAUSE_UNTIL_PRESS 0x09 |