From 8799193fde7e8af1128bb614f89a8de03b78ebd8 Mon Sep 17 00:00:00 2001 From: James Cook Date: Wed, 14 Oct 2009 23:02:38 +0000 Subject: EXT-946 There is no terrain on the Mini-Map. Unclear if this fixes the problem or not, does not reliably repro for me. Found several uninitialized variables in LLNetMap and fixed those. Reviewed with Richard. --- indra/newview/llfloatermap.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'indra/newview/llfloatermap.cpp') diff --git a/indra/newview/llfloatermap.cpp b/indra/newview/llfloatermap.cpp index eac1b65f7d..0c9a759f32 100644 --- a/indra/newview/llfloatermap.cpp +++ b/indra/newview/llfloatermap.cpp @@ -30,7 +30,6 @@ * $/LicenseInfo$ */ -#include #include "llviewerprecompiledheaders.h" // self include @@ -51,13 +50,6 @@ #include "lltextbox.h" #include "llviewermenu.h" -// -// Constants -// -const F32 MAP_SCALE_MIN = 64; -const F32 MAP_SCALE_MID = 172; -const F32 MAP_SCALE_MAX = 512; - // // Member functions // -- cgit v1.2.3