Small style cleanup.

This commit is contained in:
Jacob Mandelson 2022-09-17 15:00:54 -07:00
parent fb3c0e38b7
commit d0564026d7
2 changed files with 1 additions and 2 deletions

View File

@ -809,7 +809,6 @@ EX color_t orb_auxiliary_color(eItem it) {
if(it == itOrbSide1) return 0x307080;
if(it == itOrbDigging) return 0x606060;
if(it == itOrbEnergy) return 0xFFFF80;
//if(it == itOrbPurity) return 0xFFD520;
return iinf[it].color;
}