Misc clean ups that missed last round
This commit is contained in:
parent
cc280eeba3
commit
edcd92e012
4 changed files with 9 additions and 6 deletions
|
|
@ -123,6 +123,9 @@ MonsterData monsterdata[] = {
|
|||
// clang-format on
|
||||
};
|
||||
|
||||
/**
|
||||
* Map between .DUN file value and monster type enum
|
||||
*/
|
||||
BYTE MonstConvTbl[] = {
|
||||
MT_NZOMBIE,
|
||||
MT_BZOMBIE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue