Home
last modified time | relevance | path

Searched refs:unmarshallSpellType (Results 1 – 1 of 1) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtags.cc965 static spell_type unmarshallSpellType(reader &th in unmarshallSpellType() function
2457 const auto spell = unmarshallSpellType(th); in unmarshall_vehumet_spells()
2465 const auto spell = unmarshallSpellType(th); in unmarshall_vehumet_spells()
2475 const auto spell = unmarshallSpellType(th); in unmarshall_vehumet_spells()
2494 spells[i] = unmarshallSpellType(th); in unmarshall_player_spells()
2503 unmarshallSpellType(th); in unmarshall_player_spells()
7329 spells[j].spell = unmarshallSpellType(th in unmarshallSpells()