From f69ae29e39a98f9a588a1bf0f50e5ab0eea12770 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Mon, 28 Jul 2008 14:13:48 +0000
Subject: remove void keyword for osWeatherMap.lsl. Update asset and inventory
uuids so that these new versions will show up in systems where they were
before.
---
bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml | 6 +++---
bin/assets/ScriptsAssetSet/osWeatherMap.lsl | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
(limited to 'bin/assets')
diff --git a/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml b/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml
index 982e35b..6585f7d 100644
--- a/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml
+++ b/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml
@@ -108,19 +108,19 @@
-
+
diff --git a/bin/assets/ScriptsAssetSet/osWeatherMap.lsl b/bin/assets/ScriptsAssetSet/osWeatherMap.lsl
index 8fc6007..6a2232b 100644
--- a/bin/assets/ScriptsAssetSet/osWeatherMap.lsl
+++ b/bin/assets/ScriptsAssetSet/osWeatherMap.lsl
@@ -6,7 +6,7 @@ string URL3 = "http://icons.wunderground.com/data/640x480/2xus_st.gif";
string dynamicID="";
string contentType="image";
-void refresh_texture()
+refresh_texture()
{
count++;
string url = "";
--
cgit v1.1