From 383cd454326d469c1f8b5d427f730c6c9fcf9df1 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Thu, 30 Jul 2015 23:02:12 -0400 Subject: [PATCH] Warning fixies. --- indra/newview/llhudmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llhudmanager.cpp b/indra/newview/llhudmanager.cpp index d04691f55..8ffb1a9be 100644 --- a/indra/newview/llhudmanager.cpp +++ b/indra/newview/llhudmanager.cpp @@ -84,7 +84,7 @@ void LLHUDManager::sendEffects() static LLCachedControl disable_pointat_effect(gSavedSettings, "DisablePointAtAndBeam", false); static LLCachedControl broadcast_viewer_effects(gSavedSettings, "BroadcastViewerEffects", true); - S32 i; + U32 i; for (i = 0; i < mHUDEffects.size(); i++) { LLHUDEffect *hep = mHUDEffects[i];