(svn r15427) -Codechange: give w->caption_color a more sensible name as it holds the owner of whatever is shown in the window
This commit is contained in:
@@ -173,7 +173,7 @@ public:
|
||||
const Owner owner = (Owner)GB(this->window_number, 0, 8);
|
||||
this->vehicle_type = (VehicleType)GB(this->window_number, 11, 5);
|
||||
|
||||
this->caption_color = owner;
|
||||
this->owner = owner;
|
||||
this->resize.step_width = 1;
|
||||
|
||||
switch (this->vehicle_type) {
|
||||
|
Reference in New Issue
Block a user