From 98103121d4f2ed1f1581919b7b1f343ccd410c12 Mon Sep 17 00:00:00 2001 From: truebrain Date: Tue, 29 Nov 2011 23:15:35 +0000 Subject: (svn r23355) -Codechange: rename all AI* to Script* (Rubidium) --- 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 13daa3643..9cffe74a7 100644 --- a/src/script/api/script_base.hpp +++ b/src/script/api/script_base.hpp @@ -23,7 +23,7 @@ * ran on the server only, not on all clients). This means that * we use InteractiveRandom in MP. Rand() takes care of this for you. */ -class AIBase : public AIObject { +class ScriptBase : public ScriptObject { public: /** * Get a random value. -- cgit v1.2.3-54-g00ecf