| 94 | } |
| 95 | |
| 96 | void afxSpellCastBar::onStaticModified(const char* slotName, const char* newValue) |
| 97 | { |
| 98 | Parent::onStaticModified(slotName, newValue); |
| 99 | if (dStricmp(slotName, "fillColorFinal") == 0) |
| 100 | use_alt_final_color = true; |
| 101 | } |
| 102 | |
| 103 | // STATIC |
| 104 | void afxSpellCastBar::initPersistFields() |
nothing calls this directly
no test coverage detected