- Merged two classes (cPopulation::cCreature and cTown::cCreature)
- Changes some C-strings to STL-strings - Fixed the problem where the spiderweb logo would not fully appear if ShowStartupSplash is disabled git-svn-id: http://openexile.googlecode.com/svn/trunk@54 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -13,18 +13,18 @@ namespace legacy {
|
||||
|
||||
class cPopulation { // formerly creature_list_type
|
||||
public:
|
||||
class cCreature { // formerly creature_data_type
|
||||
public:
|
||||
short active, attitude;
|
||||
unsigned char number;
|
||||
location m_loc;
|
||||
cMonster m_d;
|
||||
bool mobile;
|
||||
short summoned;
|
||||
cTown::cCreature monst_start;
|
||||
|
||||
cCreature& operator = (legacy::creature_data_type old);
|
||||
};
|
||||
// class cCreature { // formerly creature_data_type
|
||||
// public:
|
||||
// short active, attitude;
|
||||
// unsigned char number;
|
||||
// location m_loc;
|
||||
// cMonster m_d;
|
||||
// bool mobile;
|
||||
// short summoned;
|
||||
// cTown::cCreature monst_start;
|
||||
//
|
||||
// cCreature& operator = (legacy::creature_data_type old);
|
||||
// };
|
||||
cCreature dudes[60];
|
||||
short which_town;
|
||||
short friendly;
|
||||
|
||||
Reference in New Issue
Block a user