comparison Monsters.h @ 794:4a00901e063c

stru10
author Nomad
date Mon, 25 Mar 2013 11:58:38 +0200
parents 6005142abce0
children 5c95f2246c2a
comparison
equal deleted inserted replaced
793:290afbd48b6b 794:4a00901e063c
83 Hostility_Close = 1, 83 Hostility_Close = 1,
84 Hostility_Short = 2, 84 Hostility_Short = 2,
85 Hostility_Medium = 3, 85 Hostility_Medium = 3,
86 Hostility_Long = 4 86 Hostility_Long = 4
87 }; 87 };
88
89 inline MonsterInfo():
90 pName(nullptr), pPictureName(nullptr)
91 {}
88 92
89 char *pName; 93 char *pName;
90 char *pPictureName; 94 char *pPictureName;
91 unsigned __int8 uLevel; 95 unsigned __int8 uLevel;
92 unsigned __int8 uTreasureDropChance; 96 unsigned __int8 uTreasureDropChance;