add a version tag to wind and cloud data updates to iclient

This commit is contained in:
UbitUmarov
2016-09-23 13:03:16 +01:00
parent 984cb38583
commit a6df626868
7 changed files with 17 additions and 14 deletions

View File

@@ -1142,8 +1142,8 @@ namespace OpenSim.Framework
void SendLayerData(float[] map);
void SendLayerData(int px, int py, float[] map);
void SendWindData(Vector2[] windSpeeds);
void SendCloudData(float[] cloudCover);
void SendWindData(int version, Vector2[] windSpeeds);
void SendCloudData(int version, float[] cloudCover);
/// <summary>
/// Sent when an agent completes its movement into a region.