diff options
author | Diva Canto | 2009-09-27 14:39:41 -0700 |
---|---|---|
committer | Diva Canto | 2009-09-27 14:39:41 -0700 |
commit | 1980ab31524eb09da1b2cc3c6de4cd294ad272a5 (patch) | |
tree | ea581085c3a4489de086f63df252839977d761f8 /OpenSim/Data/IRegionData.cs | |
parent | Fixed port in GridServer.ini. Added new configs for StandaloneHypergrid.ini (diff) | |
parent | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-1980ab31524eb09da1b2cc3c6de4cd294ad272a5.zip opensim-SC_OLD-1980ab31524eb09da1b2cc3c6de4cd294ad272a5.tar.gz opensim-SC_OLD-1980ab31524eb09da1b2cc3c6de4cd294ad272a5.tar.bz2 opensim-SC_OLD-1980ab31524eb09da1b2cc3c6de4cd294ad272a5.tar.xz |
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Data/IRegionData.cs')
-rw-r--r-- | OpenSim/Data/IRegionData.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Data/IRegionData.cs b/OpenSim/Data/IRegionData.cs index c5201ea..7a607ab 100644 --- a/OpenSim/Data/IRegionData.cs +++ b/OpenSim/Data/IRegionData.cs | |||
@@ -39,6 +39,8 @@ namespace OpenSim.Data | |||
39 | public string RegionName; | 39 | public string RegionName; |
40 | public int posX; | 40 | public int posX; |
41 | public int posY; | 41 | public int posY; |
42 | public int sizeX; | ||
43 | public int sizeY; | ||
42 | public Dictionary<string, object> Data; | 44 | public Dictionary<string, object> Data; |
43 | } | 45 | } |
44 | 46 | ||