* minor: remove warnings

This commit is contained in:
Justin Clarke Casey
2008-09-26 15:28:14 +00:00
parent 4b78aa50e6
commit 97323345ee
10 changed files with 18 additions and 22 deletions

View File

@@ -140,10 +140,10 @@ namespace OpenSim.Region.Environment.Modules
//m_log.Debug("[WIND]:Regenerating...");
GenWindPos(); // Generate shared values once
int spotxp = 0;
int spotyp = 0;
int spotxm = 0;
int spotym = 0;
//int spotxp = 0;
//int spotyp = 0;
//int spotxm = 0;
//int spotym = 0;
List<ScenePresence> avatars = m_scene.GetAvatars();
foreach (ScenePresence avatar in avatars)
{