FIXME added, the unit-types shouldn't be hardcoded.

This commit is contained in:
johns 2001-03-21 14:57:16 +00:00
parent ae0e270dc0
commit a8e22f104b

View file

@ -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");