diff options
author | Steven Bennetts <steve@lindenlab.com> | 2007-02-27 01:03:39 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2007-02-27 01:03:39 +0000 |
commit | 647d29b1a2d4712ea738b408be43e56895a715b1 (patch) | |
tree | 8db33983be6e10c05895f9774bfbad81a3f6ae81 /indra/newview/llfloaterland.cpp | |
parent | c4b5b3977ffa6669a00f9bc334db02f51cc10fcb (diff) |
merge -r 58285:58437 maintenance.
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rw-r--r-- | indra/newview/llfloaterland.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp index d091b4c01f..6f698d2734 100644 --- a/indra/newview/llfloaterland.cpp +++ b/indra/newview/llfloaterland.cpp @@ -1221,15 +1221,15 @@ void LLPanelLandObjects::refresh() else { char count[MAX_STRING]; /*Flawfinder: ignore*/ - S32 sw_max; - S32 sw_total; - S32 max; - S32 total; - S32 owned; - S32 group; - S32 other; - S32 selected; - F32 parcel_object_bonus; + S32 sw_max = 0; + S32 sw_total = 0; + S32 max = 0; + S32 total = 0; + S32 owned = 0; + S32 group = 0; + S32 other = 0; + S32 selected = 0; + F32 parcel_object_bonus = 0.f; gParcelMgr->getPrimInfo(sw_max, sw_total, max, total, owned, group, other, selected, |