- 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 @@ namespace legacy {
|
||||
};
|
||||
|
||||
class cPopulation { // formerly creature_list_type
|
||||
public:
|
||||
// class cCreature { // formerly creature_data_type
|
||||
// public:
|
||||
// short active, attitude;
|
||||
@@ -29,6 +28,7 @@ public:
|
||||
// cCreature& operator = (legacy::creature_data_type old);
|
||||
// };
|
||||
cCreature dudes[60];
|
||||
public:
|
||||
short which_town;
|
||||
short friendly;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user