aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media/weather.zip (renamed from media/weather.rar)bin1260073 -> 1265398 bytes
-rw-r--r--xbmc/utils/Weather.cpp16
2 files changed, 8 insertions, 8 deletions
diff --git a/media/weather.rar b/media/weather.zip
index 6d50759838..51ee6adc61 100644
--- a/media/weather.rar
+++ b/media/weather.zip
Binary files differ
diff --git a/xbmc/utils/Weather.cpp b/xbmc/utils/Weather.cpp
index 38022cbcc0..ae6fb75082 100644
--- a/xbmc/utils/Weather.cpp
+++ b/xbmc/utils/Weather.cpp
@@ -92,16 +92,16 @@ FIXME'S
*/
// USE THESE FOR ZIP
-//#define WEATHER_BASE_PATH "special://temp/weather/"
-//#define WEATHER_USE_ZIP 1
-//#define WEATHER_USE_RAR 0
-//#define WEATHER_SOURCE_FILE "special://xbmc/media/weather.zip"
+#define WEATHER_BASE_PATH "special://temp/weather/"
+#define WEATHER_USE_ZIP 1
+#define WEATHER_USE_RAR 0
+#define WEATHER_SOURCE_FILE "special://xbmc/media/weather.zip"
// OR THESE FOR RAR
-#define WEATHER_BASE_PATH "special://temp/weather/"
-#define WEATHER_USE_ZIP 0
-#define WEATHER_USE_RAR 1
-#define WEATHER_SOURCE_FILE "special://xbmc/media/weather.rar"
+//#define WEATHER_BASE_PATH "special://temp/weather/"
+//#define WEATHER_USE_ZIP 0
+//#define WEATHER_USE_RAR 1
+//#define WEATHER_SOURCE_FILE "special://xbmc/media/weather.rar"
CWeather g_weatherManager;