1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-20 02:42:42 +01:00

Codefix: Avoid uppercase characters in variable names. (#13985)

This commit is contained in:
Peter Nelson
2025-04-10 07:19:27 +01:00
committed by GitHub
parent 59aceee887
commit 936d78fefc
22 changed files with 201 additions and 201 deletions

View File

@@ -35,7 +35,7 @@ GameInstance::GameInstance() :
void GameInstance::Initialize(GameInfo *info)
{
this->versionAPI = info->GetAPIVersion();
this->api_version = info->GetAPIVersion();
/* Register the GameController */
SQGSController_Register(this->engine);