Another cleanup: Region_Status renamed to RegionStatus, and a usage comment added

This commit is contained in:
Johan Berntsson
2009-04-15 04:15:47 +00:00
parent 068127bf57
commit 119aeeed7d
4 changed files with 5 additions and 5 deletions

View File

@@ -886,7 +886,7 @@ namespace OpenSim.Region.Framework.Scenes
if (m_frame % m_update_backup == 0)
CleanTempObjects();
if (Region_Status != RegionStatus.SlaveScene)
if (RegionStatus != RegionStatus.SlaveScene)
{
if (m_frame % m_update_events == 0)
UpdateEvents();