(svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,top,bottom), i.e. use Rect.
This commit is contained in:
@@ -359,7 +359,7 @@ void AfterLoadVehicles(bool part_of_load)
|
||||
default: break;
|
||||
}
|
||||
|
||||
v->left_coord = INVALID_COORD;
|
||||
v->coord.left = INVALID_COORD;
|
||||
VehiclePositionChanged(v);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user