(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:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user