Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtags.cc7286 const uint8_t spellsize = spells.size(); in _marshallSpells() local
7287 marshallByte(th, spellsize); in _marshallSpells()
7288 for (int j = 0; j < spellsize; ++j) in _marshallSpells()
7318 const uint8_t spellsize = in unmarshallSpells() local
7326 spells.resize(spellsize); in unmarshallSpells()
7327 for (int j = 0; j < spellsize; ++j) in unmarshallSpells()