X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=putt%2Fst_conf.c;h=25e6079302d50ce9da63c8274007e16e05794b2d;hb=eb8eee0329cf2340ed2ba9965de47187aea2290e;hp=3686facecf3c269a3ed8e9a1e109f8675d1dd645;hpb=4cfc50ec6f5dcbaeca02645bab1947b1915386b5;p=neverball diff --git a/putt/st_conf.c b/putt/st_conf.c index 3686fac..25e6079 100644 --- a/putt/st_conf.c +++ b/putt/st_conf.c @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2003 Robert Kooima * * NEVERPUTT is free software; you can redistribute it and/or modify @@ -70,7 +70,7 @@ static int conf_action(int i) r = config_mode(0, w, h); goto_state(&st_conf); break; - + case CONF_TEXHI: goto_state(&st_null); config_set_d(CONFIG_TEXTURES, 1); @@ -132,7 +132,7 @@ static int conf_action(int i) case CONF_LANG: goto_state(&st_lang); break; - + case CONF_RESOL: goto_state(&st_resol); break; @@ -198,7 +198,7 @@ static int conf_enter(void) gui_state(kd, _("No"), GUI_SML, CONF_WIN, (f == 0)); gui_state(kd, _("Yes"), GUI_SML, CONF_FULL, (f == 1)); } - + { static char msg[20]; sprintf(msg, "%d x %d", config_get_d(CONFIG_WIDTH), @@ -248,7 +248,7 @@ static int conf_enter(void) if ((kd = gui_harray(jd))) { /* A series of empty buttons forms the music volume control. */ - + music_id[10] = gui_state(kd, NULL, GUI_SML, 210, (m == 10)); music_id[ 9] = gui_state(kd, NULL, GUI_SML, 209, (m == 9)); music_id[ 8] = gui_state(kd, NULL, GUI_SML, 208, (m == 8));