Browse Source

None to Empty

pull/6478/head
KPhoenix 3 years ago committed by Gleb Mazovetskiy
parent
commit
ba6cc56ae8
  1. 2
      Source/panels/spell_icons.cpp
  2. 2
      Source/panels/spell_icons.hpp

2
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,

2
Source/panels/spell_icons.hpp

@ -38,7 +38,7 @@ enum class SpellIcon : uint8_t {
Teleport,
Apocalypse,
ItemRepair,
None,
Empty,
Phasing,
StaffRecharge,
BoneSpirit,

Loading…
Cancel
Save