This commit is contained in:
parent
1966aa6f60
commit
2b171295b5
44 changed files with 588 additions and 603 deletions
|
@ -110,12 +110,12 @@ BOOL operator==(sExpMapElem const &v1)
|
|||
/*****************************************************************************/
|
||||
/*** Things ******************************************************************/
|
||||
/*****************************************************************************/
|
||||
struct sExpLayerActor
|
||||
struct sExpLayerThing
|
||||
{
|
||||
int Speed;
|
||||
int TurnRate;
|
||||
int Health;
|
||||
int AttackStrength;
|
||||
int Speed;
|
||||
int TurnRate;
|
||||
bool CollisionFlag;
|
||||
bool PlayerFlag;
|
||||
int Spare[8];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue