- 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:
@@ -292,7 +292,6 @@ cItemRec::cItemRec(long preset){
|
||||
}
|
||||
}
|
||||
|
||||
__attribute__((deprecated))
|
||||
cItemRec& cItemRec::operator = (legacy::item_record_type& old){
|
||||
variety = (eItemType) old.variety;
|
||||
item_level = old.item_level;
|
||||
|
Reference in New Issue
Block a user