(svn r24008) -Cleanup/doc: try not to mention (No)AI in script APIs
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
/**
|
||||
* Helper function to connect a just built bridge to nearby roads.
|
||||
* @param instance The AI we have to built the road for.
|
||||
* @param instance The script instance we have to built the road for.
|
||||
*/
|
||||
static void _DoCommandReturnBuildBridge2(class ScriptInstance *instance)
|
||||
{
|
||||
@@ -52,7 +52,7 @@ static void _DoCommandReturnBuildBridge2(class ScriptInstance *instance)
|
||||
|
||||
/**
|
||||
* Helper function to connect a just built bridge to nearby roads.
|
||||
* @param instance The AI we have to built the road for.
|
||||
* @param instance The script instance we have to built the road for.
|
||||
*/
|
||||
static void _DoCommandReturnBuildBridge1(class ScriptInstance *instance)
|
||||
{
|
||||
|
Reference in New Issue
Block a user