(svn r16887) -Fix (r16884): erroneous semicolon.
This commit is contained in:
@@ -388,7 +388,7 @@ public:
|
|||||||
SetDParam(1, owner);
|
SetDParam(1, owner);
|
||||||
SetDParam(2, this->vehicles.Length());
|
SetDParam(2, this->vehicles.Length());
|
||||||
|
|
||||||
this->widget[GRP_WIDGET_REPLACE_PROTECTION].data = SPR_GROUP_REPLACE_OFF_TRAIN; + this->vehicle_type;
|
this->widget[GRP_WIDGET_REPLACE_PROTECTION].data = SPR_GROUP_REPLACE_OFF_TRAIN + this->vehicle_type;
|
||||||
} else {
|
} else {
|
||||||
const Group *g = Group::Get(this->group_sel);
|
const Group *g = Group::Get(this->group_sel);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user