aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/assets/ScriptsAssetSet/osWeatherMap.lsl
diff options
context:
space:
mode:
authorSean Dague2008-07-28 14:13:48 +0000
committerSean Dague2008-07-28 14:13:48 +0000
commitf69ae29e39a98f9a588a1bf0f50e5ab0eea12770 (patch)
tree28c73d658750176b56b402218a75021852935000 /bin/assets/ScriptsAssetSet/osWeatherMap.lsl
parentdropping GridInfo prototype, now properly implemented as (diff)
downloadopensim-SC_OLD-f69ae29e39a98f9a588a1bf0f50e5ab0eea12770.zip
opensim-SC_OLD-f69ae29e39a98f9a588a1bf0f50e5ab0eea12770.tar.gz
opensim-SC_OLD-f69ae29e39a98f9a588a1bf0f50e5ab0eea12770.tar.bz2
opensim-SC_OLD-f69ae29e39a98f9a588a1bf0f50e5ab0eea12770.tar.xz
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.
Diffstat (limited to '')
-rw-r--r--bin/assets/ScriptsAssetSet/osWeatherMap.lsl2
1 files changed, 1 insertions, 1 deletions
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";
6string dynamicID=""; 6string dynamicID="";
7string contentType="image"; 7string contentType="image";
8 8
9void refresh_texture() 9refresh_texture()
10{ 10{
11 count++; 11 count++;
12 string url = ""; 12 string url = "";