Misc clean ups that missed last round

This commit is contained in:
Anders Jenbo 2020-04-08 21:39:13 +02:00
commit edcd92e012
4 changed files with 9 additions and 6 deletions

View file

@ -123,6 +123,9 @@ MonsterData monsterdata[] = {
// clang-format on
};
/**
* Map between .DUN file value and monster type enum
*/
BYTE MonstConvTbl[] = {
MT_NZOMBIE,
MT_BZOMBIE,