1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-21 03:12:41 +01:00

(svn r23652) -Fix: don't include/document ScriptText for AIs. It is not usable

This commit is contained in:
truebrain
2011-12-21 15:06:00 +00:00
parent 5988659eea
commit ac306fc138
4 changed files with 5 additions and 35 deletions

View File

@@ -65,7 +65,7 @@ private:
* can directly give those arguments to the ScriptText constructor, like this:
* \code local text = ScriptText(ScriptText.STR_NEWS, 1); \endcode
*
* @api ai game
* @api game
*/
class ScriptText : public Text , public ZeroedMemoryAllocator {
public: