Home
last modified time | relevance | path

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

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dcrafting_gui.cpp329 } recipe_info_cache; in select_crafting_recipe() local
342 if( recipe_info_cache.recp != &recp in select_crafting_recipe()
343 || recipe_info_cache.qry_comps != qry_comps in select_crafting_recipe()
344 || recipe_info_cache.batch_size != batch_size in select_crafting_recipe()
345 || recipe_info_cache.fold_width != fold_width ) in select_crafting_recipe()
347 recipe_info_cache.recp = &recp; in select_crafting_recipe()
348 recipe_info_cache.qry_comps = qry_comps; in select_crafting_recipe()
349 recipe_info_cache.batch_size = batch_size; in select_crafting_recipe()
350 recipe_info_cache.fold_width = fold_width; in select_crafting_recipe()
351 recipe_info_cache.text = recipe_info( in select_crafting_recipe()
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dcrafting_gui.cpp329 } recipe_info_cache; in select_crafting_recipe() local
342 if( recipe_info_cache.recp != &recp in select_crafting_recipe()
343 || recipe_info_cache.qry_comps != qry_comps in select_crafting_recipe()
344 || recipe_info_cache.batch_size != batch_size in select_crafting_recipe()
345 || recipe_info_cache.fold_width != fold_width ) in select_crafting_recipe()
347 recipe_info_cache.recp = &recp; in select_crafting_recipe()
348 recipe_info_cache.qry_comps = qry_comps; in select_crafting_recipe()
349 recipe_info_cache.batch_size = batch_size; in select_crafting_recipe()
350 recipe_info_cache.fold_width = fold_width; in select_crafting_recipe()
351 recipe_info_cache.text = recipe_info( in select_crafting_recipe()
[all …]