Update to 1.11.0-beta1

This commit is contained in:
dP
2021-01-23 17:54:36 +03:00
1049 changed files with 23561 additions and 60579 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ void WriteEngineInfo(JsonWriter &j) {
if (e->type != VEH_TRAIN) continue;
j.begin_dict();
JKV(j, e->index);
j.kv("name", (e->name ? e->name : "null"));
j.kv("name", e->name);
j.kv("cost", e->GetCost());
j.kv("running_cost", e->GetRunningCost());
{