clang-tidy/Android Stuidio cleanups 3
This commit is contained in:
parent
d877287636
commit
bc0d1f7ac0
20 changed files with 150 additions and 182 deletions
|
|
@ -12,7 +12,7 @@
|
|||
namespace devilution {
|
||||
|
||||
/** Contains the data related to each monster ID. */
|
||||
const MonsterData monsterdata[] = {
|
||||
const MonsterDataStruct MonsterData[] = {
|
||||
// clang-format off
|
||||
// mName, GraphicType, sndfile, TransFile, width, mImage, has_special, snd_special, has_trans, Frames[6], Rate[6], mMinDLvl, mMaxDLvl, mLevel, mMinHP, mMaxHP, mAi, mFlags , mInt, mHit, mAFNum, mMinDamage, mMaxDamage, mHit2, mAFNum2, mMinDamage2, mMaxDamage2, mArmorClass, mMonstClass, mMagicRes , mMagicRes2 , mSelFlag, mTreasure, mExp
|
||||
// TRANSLATORS: Monster Block start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue