- 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:
@@ -33,7 +33,7 @@ enum eMainStatus {
|
||||
class cPlayer {
|
||||
public:
|
||||
eMainStatus main_status;
|
||||
char name[20];
|
||||
string name;
|
||||
short skills[30];
|
||||
unsigned short max_health;
|
||||
short cur_health;
|
||||
@@ -54,6 +54,7 @@ public:
|
||||
short race;
|
||||
//short exp_adj;
|
||||
short direction;
|
||||
short ap;
|
||||
|
||||
cPlayer& operator = (legacy::pc_record_type old);
|
||||
cPlayer();
|
||||
|
Reference in New Issue
Block a user