From 6f06d7e69e100bc0ed1415002faea37e7a5125dc Mon Sep 17 00:00:00 2001 From: historic_bruno Date: Tue, 1 May 2012 23:01:40 +0000 Subject: [PATCH] ... This was SVN commit r11714. --- source/simulation2/components/ICmpTechnologyManager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {