moon - start simple by default

SVN revision: 22605
This commit is contained in:
e-taro 2006-05-14 02:57:41 +00:00 committed by e-taro
parent 1db1a60adb
commit 035351ec1e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ moon_config_init()
if (!moon_config)
{
moon_config = E_NEW(Config, 1);
moon_config->show_phase_value = POLICY_YES;
moon_config->show_phase_value = POLICY_NO;
moon_config->value_format = VALUE_FMT_NUM;
moon_config->show_border = POLICY_YES;
moon_config->show_cloud_anim = POLICY_NO;