diff options
author | Diva Canto | 2015-08-30 21:05:36 -0700 |
---|---|---|
committer | Diva Canto | 2015-08-30 21:05:36 -0700 |
commit | ce2c67876e0ebf4f84420696f660dc77d96dea6b (patch) | |
tree | 7dc0edb3b52931842b1dc382c344ff069e925b11 /OpenSim/Region/PhysicsModules/SharedBase/VehicleConstants.cs | |
parent | Renamed the namespaces too (diff) | |
download | opensim-SC_OLD-ce2c67876e0ebf4f84420696f660dc77d96dea6b.zip opensim-SC_OLD-ce2c67876e0ebf4f84420696f660dc77d96dea6b.tar.gz opensim-SC_OLD-ce2c67876e0ebf4f84420696f660dc77d96dea6b.tar.bz2 opensim-SC_OLD-ce2c67876e0ebf4f84420696f660dc77d96dea6b.tar.xz |
More namespace and dll name changes. Still no functional changes.
Diffstat (limited to 'OpenSim/Region/PhysicsModules/SharedBase/VehicleConstants.cs')
-rw-r--r-- | OpenSim/Region/PhysicsModules/SharedBase/VehicleConstants.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/SharedBase/VehicleConstants.cs b/OpenSim/Region/PhysicsModules/SharedBase/VehicleConstants.cs index 879e62a..63a8cb8 100644 --- a/OpenSim/Region/PhysicsModules/SharedBase/VehicleConstants.cs +++ b/OpenSim/Region/PhysicsModules/SharedBase/VehicleConstants.cs | |||
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | using System; | 28 | using System; |
29 | 29 | ||
30 | namespace OpenSim.Region.PhysicsModule.SharedBase | 30 | namespace OpenSim.Region.PhysicsModules.SharedBase |
31 | { | 31 | { |
32 | public enum Vehicle : int | 32 | public enum Vehicle : int |
33 | { | 33 | { |