DIFF

EDryingIncrementCategory.c

//! keep the order in sync with cfgVehicles::Inventory_Base::dryingIncrements array
enum EDryingIncrementCategory
{
	PLAYER = 0,
	GROUND = 1,

	PLAYER_FIREPLACE  = 2,
	GROUND_TEMPSOURCE = 3
}