From e606ea3b9f3a91d920a37647b7b71cff2b41fbb4 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Thu, 6 Feb 2014 23:39:05 +0100 Subject: [PATCH] Remove weather configuration from data common --- code/ryzom/common/data_common/weather.cfg | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 code/ryzom/common/data_common/weather.cfg diff --git a/code/ryzom/common/data_common/weather.cfg b/code/ryzom/common/data_common/weather.cfg deleted file mode 100644 index 897e99e68..000000000 --- a/code/ryzom/common/data_common/weather.cfg +++ /dev/null @@ -1,14 +0,0 @@ -/////////////////////////// -/////////////////////////// -/// Weather CONFIG FILE /// -/////////////////////////// -/////////////////////////// - - -RealDayLength = 3000.0; // real length of the day, in seconds (3000 = 50mn) -NumHours = 24.0; // number of ryzom hours in a day -NightTransitionStartHour = 19.0; // start of night transition -NightTransitionEndHour = 21.0; // end of night transition -DawnTransitionStartHour = 5.0; // start of dawn transition -DawnTransitionEndHour = 7.0; // end of dawn transition -MaxNumColorSteps = 25; // the max number of color steps