Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Editor/
H A DEditorMercs.cc219 static SoldierBodyType const bCreatureArray[] = { BLOODCAT, LARVAE_MONSTER, INFANT_MONSTER, YAF_MON… variable
1398 case CREATURE_TEAM: body_types = bCreatureArray; n = lengthof(bCreatureArray); break; in ChangeBodyType()