diff --git a/Source/control.cpp b/Source/control.cpp index 8409d3574..be845e881 100644 --- a/Source/control.cpp +++ b/Source/control.cpp @@ -806,7 +806,7 @@ void InitControlPan() pSpellBkCel = LoadCel("Data\\SpellBk.CEL", SPANEL_WIDTH); if (gbIsHellfire) { - static const int SBkBtnHellfireWidths[] = { 61, 61, 61, 61, 76 }; + static const int SBkBtnHellfireWidths[] = { 0, 61, 61, 61, 61, 61, 76 }; pSBkBtnCel = LoadCel("Data\\SpellBkB.CEL", SBkBtnHellfireWidths); } else { pSBkBtnCel = LoadCel("Data\\SpellBkB.CEL", 76);