Codechange: remove need for SetDParamX

This commit is contained in:
Rubidium
2023-06-11 21:16:16 +02:00
committed by rubidium42
parent 6c6f365d2f
commit f86500df92
5 changed files with 4 additions and 15 deletions

View File

@@ -174,7 +174,7 @@ public:
this->landinfo_data.clear();
/* Tiletype */
SetDParam(0, td.dparam[0]);
SetDParam(0, td.dparam);
this->landinfo_data.push_back(GetString(td.str));
/* Up to four owners */