diff options
author | truebrain <truebrain@openttd.org> | 2011-11-19 15:50:10 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-11-19 15:50:10 +0000 |
commit | b927ae5be96af3711710a7f30cd52c5e5a278e72 (patch) | |
tree | 345d31600122d8fbe9ff76a890f1f7a05b0d12ec /src/script/squirrel_class.hpp | |
parent | e9dfd7a8974694dec72f3aeda2e40e125b27062d (diff) | |
download | openttd-b927ae5be96af3711710a7f30cd52c5e5a278e72.tar.xz |
(svn r23263) -Documentation: stop naming AI in comments in script/ files; it makes no sense
Diffstat (limited to 'src/script/squirrel_class.hpp')
-rw-r--r-- | src/script/squirrel_class.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/script/squirrel_class.hpp b/src/script/squirrel_class.hpp index 0a1ab73dc..a08d8b3a6 100644 --- a/src/script/squirrel_class.hpp +++ b/src/script/squirrel_class.hpp @@ -16,8 +16,7 @@ /** * The template to define classes in Squirrel. It takes care of the creation - * and calling of such classes, to make the AI Layer cleaner while having a - * powerful script as possible AI language. + * and calling of such classes, to minimize the API layer. */ template <class CL> class DefSQClass { |