git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2334 c06c8d41-db1a-0410-9941-cceddc491573
V5N2KDMZB26TLLIRDLICRM3CNOMHKYHAIZ5HCGDOWF57GDAY7JCAC
for (int i = 0; i < NUM_SPELLS; i++)
{
if (spell_list[i] == -1)
spell_list[i] = spell_list[SPELL_NO_SPELL];
}
return;