From 6ade0acd71c2b270c315fed93fe80b07826e5869 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Mon, 11 Apr 2011 02:28:05 -0700 Subject: Initialize the upload price to 0 in case a grid doesn't send this info (at least one doesn't) --- linden/indra/llinventory/lleconomy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra/llinventory') diff --git a/linden/indra/llinventory/lleconomy.cpp b/linden/indra/llinventory/lleconomy.cpp index 4366d1e..2e98112 100644 --- a/linden/indra/llinventory/lleconomy.cpp +++ b/linden/indra/llinventory/lleconomy.cpp @@ -44,7 +44,7 @@ LLGlobalEconomy::LLGlobalEconomy() mPricePublicObjectDecay( -1 ), mPricePublicObjectDelete( -1 ), mPriceEnergyUnit( -1 ), - mPriceUpload( -1 ), + mPriceUpload( 0 ), mPriceRentLight( -1 ), mTeleportMinPrice( -1 ), mTeleportPriceExponent( -1 ), -- cgit v1.1