| 330 | } |
| 331 | |
| 332 | const char* afxSpellButton::formatDesc(char* buffer, int len) const |
| 333 | { |
| 334 | return (spellbook) ? spellbook->formatDesc(buffer, len, book_slot.x, book_slot.y) : ""; |
| 335 | } |
| 336 | |
| 337 | afxMagicSpellData* afxSpellButton::getSpellDataBlock() const |
| 338 | { |