aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Physics/OdePlugin/OdePlugin.cs
diff options
context:
space:
mode:
authorAdam Frisby2007-05-16 21:19:07 +0000
committerAdam Frisby2007-05-16 21:19:07 +0000
commit2c0edcc1992384496e4e977391700a6bd4d652c5 (patch)
treed815e29081cd2c3750429d8327d51819a1d69f0e /OpenSim.Physics/OdePlugin/OdePlugin.cs
parentCommitted a DOS Batch file for running prebuild for nant/visual studio automa... (diff)
downloadopensim-SC_OLD-2c0edcc1992384496e4e977391700a6bd4d652c5.zip
opensim-SC_OLD-2c0edcc1992384496e4e977391700a6bd4d652c5.tar.gz
opensim-SC_OLD-2c0edcc1992384496e4e977391700a6bd4d652c5.tar.bz2
opensim-SC_OLD-2c0edcc1992384496e4e977391700a6bd4d652c5.tar.xz
Cleaning up warnings
Diffstat (limited to '')
-rw-r--r--OpenSim.Physics/OdePlugin/OdePlugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.Physics/OdePlugin/OdePlugin.cs b/OpenSim.Physics/OdePlugin/OdePlugin.cs
index 8ddfd5c..599dea8 100644
--- a/OpenSim.Physics/OdePlugin/OdePlugin.cs
+++ b/OpenSim.Physics/OdePlugin/OdePlugin.cs
@@ -74,7 +74,7 @@ namespace OpenSim.Physics.OdePlugin
74 static public IntPtr space; 74 static public IntPtr space;
75 static private IntPtr contactgroup; 75 static private IntPtr contactgroup;
76 static private IntPtr LandGeom; 76 static private IntPtr LandGeom;
77 static private IntPtr Land; 77 //static private IntPtr Land;
78 private double[] _heightmap; 78 private double[] _heightmap;
79 static private d.NearCallback nearCallback = near; 79 static private d.NearCallback nearCallback = near;
80 private List<OdeCharacter> _characters = new List<OdeCharacter>(); 80 private List<OdeCharacter> _characters = new List<OdeCharacter>();