(svn r23521) -Codechange: use the actual enum values from the 'core' in the API when they refer to the in-game values in the cases where that is possible and sensible

This commit is contained in:
rubidium
2011-12-15 18:40:15 +00:00
parent f2eb56fec6
commit 68b25fcf3d
17 changed files with 180 additions and 154 deletions

View File

@@ -15,7 +15,7 @@
#include "script_list.hpp"
/**
* Create a list of bridges.
* Create a list of bridges types.
* @api ai
* @ingroup ScriptList
*/
@@ -25,7 +25,7 @@ public:
};
/**
* Create a list of bridges that can be built on a specific length.
* Create a list of bridges types that can be built on a specific length.
* @api ai
* @ingroup ScriptList
*/