From a8e22f104bbcc13e2e513037da437de29451e8d5 Mon Sep 17 00:00:00 2001
From: johns <>
Date: Wed, 21 Mar 2001 14:57:16 +0000
Subject: [PATCH] FIXME added, the unit-types shouldn't be hardcoded.

---
 src/unit/unittype.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/unit/unittype.cpp b/src/unit/unittype.cpp
index d917e942e..c617f01da 100644
--- a/src/unit/unittype.cpp
+++ b/src/unit/unittype.cpp
@@ -1289,7 +1289,7 @@ global void InitUnitTypes(void)
     }
 
     //
-    //	Setup hardcoded unit types.
+    //	Setup hardcoded unit types. FIXME: should be moved to some configs.
     //
     UnitTypeGoldMine=UnitTypeByIdent("unit-gold-mine");
     UnitTypeHumanTanker=UnitTypeByIdent("unit-human-oil-tanker");