diff options
author | Sean Dague | 2008-07-28 14:13:48 +0000 |
---|---|---|
committer | Sean Dague | 2008-07-28 14:13:48 +0000 |
commit | f69ae29e39a98f9a588a1bf0f50e5ab0eea12770 (patch) | |
tree | 28c73d658750176b56b402218a75021852935000 /bin/assets/ScriptsAssetSet/osWeatherMap.lsl | |
parent | dropping GridInfo prototype, now properly implemented as (diff) | |
download | opensim-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.lsl | 2 |
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"; | |||
6 | string dynamicID=""; | 6 | string dynamicID=""; |
7 | string contentType="image"; | 7 | string contentType="image"; |
8 | 8 | ||
9 | void refresh_texture() | 9 | refresh_texture() |
10 | { | 10 | { |
11 | count++; | 11 | count++; |
12 | string url = ""; | 12 | string url = ""; |