Made fancy buildings configurable.
This commit is contained in:
parent
57f8e56f3a
commit
7e0db21c93
1 changed files with 2 additions and 1 deletions
|
@ -214,7 +214,8 @@ typedef struct _ui_ {
|
|||
extern UI TheUI; /// The user interface
|
||||
extern UI** UI_Table; /// All available user interfaces
|
||||
|
||||
extern char RightButtonAttacks; /// right button 0 move, 1 attack
|
||||
extern char RightButtonAttacks; /// right button 0 move, 1 attack.
|
||||
extern char FancyBuildings; /// Mirror buildings 1 yes, 0 now.
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
-- Functions
|
||||
|
|
Loading…
Add table
Reference in a new issue