mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-23 12:14:11 +01:00
Codefix: Avoid uppercase characters in variable names. (#13985)
This commit is contained in:
@@ -40,7 +40,7 @@ AIInstance::AIInstance() :
|
||||
|
||||
void AIInstance::Initialize(AIInfo *info)
|
||||
{
|
||||
this->versionAPI = info->GetAPIVersion();
|
||||
this->api_version = info->GetAPIVersion();
|
||||
|
||||
/* Register the AIController (including the "import" command) */
|
||||
SQAIController_Register(this->engine);
|
||||
|
||||
Reference in New Issue
Block a user