diff --git a/source/simulation2/components/ICmpTechnologyManager.h b/source/simulation2/components/ICmpTechnologyManager.h index c7ae99f6e3..303c0ff891 100644 --- a/source/simulation2/components/ICmpTechnologyManager.h +++ b/source/simulation2/components/ICmpTechnologyManager.h @@ -23,9 +23,9 @@ #include "maths/Fixed.h" /** - * Player data. - * (This interface only includes the functions needed by native code for loading maps, - * and for minimap rendering; most player interaction is handled by scripts instead.) + * Technology manager interface. + * (This interface only includes the functions needed by native code for accessing + * technology modification data, the associated logic is handled in scripts) */ class ICmpTechnologyManager : public IComponent {