Home
last modified time | relevance | path

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

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dbutchery_requirements.cpp73 … for( int i_butchery_type = 0; i_butchery_type < static_cast<int>( butcher_type::NUM_TYPES ); in load() local
74 i_butchery_type++ ) { in load()
75 butcher_type converted = static_cast<butcher_type>( i_butchery_type ); in load()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dbutchery_requirements.cpp73 … for( int i_butchery_type = 0; i_butchery_type < static_cast<int>( butcher_type::NUM_TYPES ); in load() local
74 i_butchery_type++ ) { in load()
75 butcher_type converted = static_cast<butcher_type>( i_butchery_type ); in load()