From 7e0db21c9309aa5487272546398933ed4f4b2e88 Mon Sep 17 00:00:00 2001
From: johns <>
Date: Tue, 2 May 2000 07:43:51 +0000
Subject: [PATCH] Made fancy buildings configurable.

---
 src/include/ui.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/include/ui.h b/src/include/ui.h
index 722573d3c..7ff531ac7 100644
--- a/src/include/ui.h
+++ b/src/include/ui.h
@@ -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