From b927ae5be96af3711710a7f30cd52c5e5a278e72 Mon Sep 17 00:00:00 2001 From: truebrain Date: Sat, 19 Nov 2011 15:50:10 +0000 Subject: (svn r23263) -Documentation: stop naming AI in comments in script/ files; it makes no sense --- src/script/squirrel_class.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/script/squirrel_class.hpp') 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 DefSQClass { -- cgit v1.2.3-54-g00ecf