Add display setting for income/cost text effects

This commit is contained in:
Jonathan G Rennison
2020-10-20 18:20:57 +01:00
parent 98f889f0ab
commit 63d3f33fd2
9 changed files with 31 additions and 7 deletions

View File

@@ -24,6 +24,7 @@ TransparencyOptionBits _transparency_opt; ///< The bits that should be transpar
TransparencyOptionBits _transparency_lock; ///< Prevent these bits from flipping with X.
TransparencyOptionBits _invisibility_opt; ///< The bits that should be invisible.
byte _display_opt; ///< What do we want to draw/do?
byte _extra_display_opt;
class TransparenciesWindow : public Window
{