Crossfire Server, Branches 1.12  R18729
Spell/grace points

Macros

#define SPELL_GRACE   0x2
 
#define SPELL_HIGHEST   0x3
 
#define SPELL_MANA   0x1
 

Detailed Description

This is passed to SP_level_spellpoint_cost() to determine what to check. These values are also used in other places when we want to pass into a function if it is a cleric spell or a wizard (mana) spell.

Macro Definition Documentation

#define SPELL_HIGHEST   0x3