- 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:
@@ -24,7 +24,6 @@ cScenario::cItemStorage::cItemStorage() : ter_type(-1), property(0) {
|
||||
|
||||
//{-1,{-1,-1,-1,-1,-1,-1,-1,-1,-1,-1},{0,0,0,0,0,0,0,0,0,0},0}
|
||||
|
||||
__attribute__((deprecated))
|
||||
cScenario& cScenario::operator = (legacy::scenario_data_type& old){
|
||||
int i,j;
|
||||
// for(i = 0; i < 3; i++) format.ver[i] = old.ver[i];
|
||||
@@ -96,7 +95,6 @@ cScenario& cScenario::operator = (legacy::scenario_data_type& old){
|
||||
return *this;
|
||||
}
|
||||
|
||||
__attribute__((deprecated))
|
||||
cScenario::cItemStorage& cScenario::cItemStorage::operator = (legacy::item_storage_shortcut_type& old){
|
||||
ter_type = old.ter_type;
|
||||
for(int i = 0; i < 10; i++) item_num[i] = old.item_num[i];
|
||||
@@ -105,7 +103,6 @@ cScenario::cItemStorage& cScenario::cItemStorage::operator = (legacy::item_stora
|
||||
return *this;
|
||||
}
|
||||
|
||||
__attribute__((deprecated))
|
||||
void cScenario::append(legacy::scen_item_data_type& old){
|
||||
short i;
|
||||
for(i = 0; i < 400; i++)
|
||||
|
Reference in New Issue
Block a user