| 410 | } |
| 411 | |
| 412 | void SetSpell() |
| 413 | { |
| 414 | spselflag = FALSE; |
| 415 | if (pSpell != SPL_INVALID) { |
| 416 | ClearPanel(); |
| 417 | plr[myplr]._pRSpell = pSpell; |
| 418 | plr[myplr]._pRSplType = pSplType; |
| 419 | force_redraw = 255; |
| 420 | } |
| 421 | } |
| 422 | |
| 423 | void SetSpeedSpell(int slot) |
| 424 | { |