diff options
Diffstat (limited to 'src/strgen')
-rw-r--r-- | src/strgen/strgen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strgen/strgen.cpp b/src/strgen/strgen.cpp index c1af6bbf0..bc1169458 100644 --- a/src/strgen/strgen.cpp +++ b/src/strgen/strgen.cpp @@ -500,6 +500,7 @@ static const CmdStruct _cmd_structs[] = { {"TOWN", EmitSingleChar, SCC_TOWN_NAME, 1, 0}, {"GROUP", EmitSingleChar, SCC_GROUP_NAME, 1, 0}, {"SIGN", EmitSingleChar, SCC_SIGN_NAME, 1, 0}, + {"ENGINE", EmitSingleChar, SCC_ENGINE_NAME, 1, 0}, {"VEHICLE", EmitSingleChar, SCC_VEHICLE_NAME, 1, 0}, {"COMPANY", EmitSingleChar, SCC_COMPANY_NAME, 1, 0}, {"COMPANYNUM", EmitSingleChar, SCC_COMPANY_NUM, 1, 0}, |