From b98c8bf2060bb307f58deb2e46705f04eae104fa Mon Sep 17 00:00:00 2001
From: jsalmon3 <>
Date: Sat, 29 May 2004 20:41:11 +0000
Subject: [PATCH] Fixed compile error

---
 src/include/unittype.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/unittype.h b/src/include/unittype.h
index a87b61ad6..aa31e42ee 100644
--- a/src/include/unittype.h
+++ b/src/include/unittype.h
@@ -689,9 +689,9 @@ typedef struct _decovartype_{
 			Uint32 BColor;              ///< Color of background.
 		} Bar; ///< Use for Horizontal and vertical Bar.
 
-		struct {
+//		struct {
 // FIXME : Add Color, font, format
-		} Text;
+//		} Text;
 
 		struct {
 			char NSprite;                ///< 0 for ManaSprite, 1 for HealthSprite.