mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-17 01:12:39 +01:00
(svn r24008) -Cleanup/doc: try not to mention (No)AI in script APIs
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
|
||||
/**
|
||||
* Helper function to connect a just built tunnel 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 _DoCommandReturnBuildTunnel2(class ScriptInstance *instance)
|
||||
{
|
||||
@@ -63,7 +63,7 @@ static void _DoCommandReturnBuildTunnel2(class ScriptInstance *instance)
|
||||
|
||||
/**
|
||||
* Helper function to connect a just built tunnel 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 _DoCommandReturnBuildTunnel1(class ScriptInstance *instance)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user