- 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:
@@ -15,7 +15,6 @@
|
||||
#include "classes.h"
|
||||
#include "oldstructs.h"
|
||||
|
||||
__attribute__((deprecated))
|
||||
cMonster& cMonster::operator = (legacy::monster_record_type& old){
|
||||
int i;
|
||||
m_num = old.m_num;
|
||||
@@ -95,7 +94,6 @@ cCreature& cCreature::operator = (legacy::creature_start_type old){
|
||||
return *this;
|
||||
}
|
||||
|
||||
__attribute__((deprecated))
|
||||
cCreature& cCreature::operator = (legacy::creature_data_type old){
|
||||
active = old.active;
|
||||
attitude = old.attitude;
|
||||
|
Reference in New Issue
Block a user