Merge branch 'master' into jgrpp
Remove 'byte' typedef
This commit is contained in:
@@ -27,8 +27,8 @@ TransparencyOptionBits _transparency_lock_base; ///< "
|
||||
TransparencyOptionBits _transparency_opt_extra; ///< "
|
||||
TransparencyOptionBits _transparency_lock_extra; ///< "
|
||||
TransparencyOptionBits _invisibility_opt; ///< The bits that should be invisible.
|
||||
byte _display_opt; ///< What do we want to draw/do?
|
||||
byte _extra_display_opt;
|
||||
uint8_t _display_opt; ///< What do we want to draw/do?
|
||||
uint8_t _extra_display_opt;
|
||||
|
||||
void PreTransparencyOptionSave()
|
||||
{
|
||||
|
Reference in New Issue
Block a user