diff --git a/Source/panels/spell_icons.cpp b/Source/panels/spell_icons.cpp index ff8c0889d..b1b0e9dea 100644 --- a/Source/panels/spell_icons.cpp +++ b/Source/panels/spell_icons.cpp @@ -27,7 +27,7 @@ uint8_t SplTransTbl[256]; /** Maps from SpellID to spelicon.cel frame number. */ const SpellIcon SpellITbl[] = { // clang-format off -/* SpellID::Null */ SpellIcon::None, +/* SpellID::Null */ SpellIcon::Empty, /* SpellID::Firebolt */ SpellIcon::Firebolt, /* SpellID::Healing */ SpellIcon::Healing, /* SpellID::Lightning */ SpellIcon::Lightning, diff --git a/Source/panels/spell_icons.hpp b/Source/panels/spell_icons.hpp index 578ac8e80..3a303c0c0 100644 --- a/Source/panels/spell_icons.hpp +++ b/Source/panels/spell_icons.hpp @@ -38,7 +38,7 @@ enum class SpellIcon : uint8_t { Teleport, Apocalypse, ItemRepair, - None, + Empty, Phasing, StaffRecharge, BoneSpirit,