From 22637f139fa73dc526982fdbe3ba79d8bfef438a Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 4 Mar 2012 16:54:12 +0000 Subject: (svn r24008) -Cleanup/doc: try not to mention (No)AI in script APIs --- src/script/api/script_base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script/api/script_base.hpp') diff --git a/src/script/api/script_base.hpp b/src/script/api/script_base.hpp index 42b61f892..9384cbf80 100644 --- a/src/script/api/script_base.hpp +++ b/src/script/api/script_base.hpp @@ -20,7 +20,7 @@ * * @note The random functions are not called Random and RandomRange, because * RANDOM_DEBUG does some tricky stuff, which messes with those names. - * @note In MP we cannot use Random because that will cause desyncs (AIs are + * @note In MP we cannot use Random because that will cause desyncs (scripts are * ran on the server only, not on all clients). This means that * we use InteractiveRandom in MP. Rand() takes care of this for you. */ -- cgit v1.2.3-54-g00ecf