|
|
|
|
@ -501,11 +501,11 @@ typedef struct MonsterData {
|
|
|
|
|
char mAi; |
|
|
|
|
int mFlags; |
|
|
|
|
unsigned char mInt; |
|
|
|
|
unsigned char mHit; // BUGFIX: Some monsters overflow this value on high dificulty
|
|
|
|
|
unsigned char mHit; // BUGFIX: Some monsters overflow this value on high difficulty
|
|
|
|
|
unsigned char mAFNum; |
|
|
|
|
unsigned char mMinDamage; |
|
|
|
|
unsigned char mMaxDamage; |
|
|
|
|
unsigned char mHit2; // BUGFIX: Some monsters overflow this value on high dificulty
|
|
|
|
|
unsigned char mHit2; // BUGFIX: Some monsters overflow this value on high difficulty
|
|
|
|
|
unsigned char mAFNum2; |
|
|
|
|
unsigned char mMinDamage2; |
|
|
|
|
unsigned char mMaxDamage2; |
|
|
|
|
|