- Removed the ADVEN macro in favour of using the overloaded operatr[] on univ.party
- Removed all referenes to cPopulation::dudes in favour of the overloaded operator[] git-svn-id: http://openexile.googlecode.com/svn/trunk@84 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -28,7 +28,6 @@ cVehicle::cVehicle() :
|
||||
sector.x = 0; sector.y = 0;
|
||||
}
|
||||
|
||||
__attribute__((deprecated))
|
||||
cVehicle& cVehicle::operator = (legacy::horse_record_type& old){
|
||||
which_town = old.which_town;
|
||||
exists = old.exists;
|
||||
@@ -42,7 +41,6 @@ cVehicle& cVehicle::operator = (legacy::horse_record_type& old){
|
||||
return *this;
|
||||
}
|
||||
|
||||
__attribute__((deprecated))
|
||||
cVehicle& cVehicle::operator = (legacy::boat_record_type& old){
|
||||
which_town = old.which_town;
|
||||
exists = old.exists;
|
||||
|
Reference in New Issue
Block a user