mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-02 04:13:26 +00:00
(svn r16887) -Fix (r16884): erroneous semicolon.
This commit is contained in:
parent
e3053660c6
commit
87dba11ca1
@ -388,7 +388,7 @@ public:
|
||||
SetDParam(1, owner);
|
||||
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 {
|
||||
const Group *g = Group::Get(this->group_sel);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user