mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-21 03:12:41 +01:00
Codefix: typos in comments and strings
This commit is contained in:
@@ -212,7 +212,7 @@ struct EngineIDMappingKeyProjection {
|
||||
|
||||
/**
|
||||
* Stores the mapping of EngineID to the internal id of newgrfs.
|
||||
* Note: This is not part of Engine, as the data in the EngineOverrideManager and the engine pool get resetted in different cases.
|
||||
* Note: This is not part of Engine, as the data in the EngineOverrideManager and the engine pool get reset in different cases.
|
||||
*/
|
||||
struct EngineOverrideManager {
|
||||
std::array<std::vector<EngineIDMapping>, VEH_COMPANY_END> mappings;
|
||||
|
||||
Reference in New Issue
Block a user