- 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:
@@ -19,21 +19,21 @@ namespace legacy {
|
||||
|
||||
class cTown { // formerly town_record_type
|
||||
public:
|
||||
class cCreature { // formerly creature_start_type
|
||||
public:
|
||||
unsigned short number;
|
||||
unsigned char start_attitude;
|
||||
location start_loc;
|
||||
unsigned char mobile;
|
||||
unsigned char time_flag;
|
||||
unsigned char extra1,extra2;
|
||||
short spec1, spec2;
|
||||
char spec_enc_code,time_code;
|
||||
short monster_time,personality;
|
||||
short special_on_kill,facial_pic;
|
||||
|
||||
cCreature& operator = (legacy::creature_start_type old);
|
||||
};
|
||||
// class cCreature { // formerly creature_start_type
|
||||
// public:
|
||||
// unsigned short number;
|
||||
// unsigned char start_attitude;
|
||||
// location start_loc;
|
||||
// unsigned char mobile;
|
||||
// unsigned char time_flag;
|
||||
// unsigned char extra1,extra2;
|
||||
// short spec1, spec2;
|
||||
// char spec_enc_code,time_code;
|
||||
// short monster_time,personality;
|
||||
// short special_on_kill,facial_pic;
|
||||
//
|
||||
// cCreature& operator = (legacy::creature_start_type old);
|
||||
// };
|
||||
class cWandering { // formerly wandering_type
|
||||
public:
|
||||
unsigned char monst[4];
|
||||
|
||||
Reference in New Issue
Block a user