Update of /cvsroot/netrek/client/netrekxp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19327/src Modified Files: data.c option.c Log Message: Beeplite/deflite default to on. Renamed options menu to be less confusing. Index: option.c =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/src/option.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- option.c 21 Apr 2006 12:00:07 -0000 1.6 +++ option.c 21 Apr 2006 12:30:22 -0000 1.7 @@ -352,7 +352,7 @@ {1, "", &timerType, 0, 0, 0, timermess, NULL}, {1, "keep info %d upds (0=don't remove)", &keepInfo, 0, 0, 0, 0, &keepInfo_range}, #ifdef BEEPLITE - {1, "use RCD highlighting", &useLite, 0, 0, 0, NULL, NULL}, + {1, "use beeplite", &useLite, 0, 0, 0, NULL, NULL}, #endif {1, "omit team letter on map", &omitTeamLetter, 0, 0, 0, NULL, NULL}, {1, "draw view box on map", &viewBox, 0, 0, 0, NULL, NULL}, Index: data.c =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/src/data.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- data.c 21 Apr 2006 12:00:06 -0000 1.7 +++ data.c 21 Apr 2006 12:30:22 -0000 1.8 @@ -464,8 +464,8 @@ NULL, NULL, NULL, NULL, NULL, NULL, NULL }; -int defLite = 0; -int useLite = 0; +int defLite = 1; +int useLite = 1; int emph_planet_seq_n[MAXPLANETS] = {0,};