fieron default

This commit is contained in:
Dana Jansens 2003-02-01 01:22:31 +00:00
parent 7db9c2c0fe
commit 2eccd90f1b

View file

@ -15,8 +15,8 @@ RenderStyle::RenderStyle(int screen, const std::string &stylefile)
_file(stylefile) _file(stylefile)
{ {
// pick one.. // pick one..
//#define FIERON #define FIERON
#define MERRY //#define MERRY
#ifdef FIERON #ifdef FIERON
_root_color = new RenderColor(_screen, 0x272a2f); _root_color = new RenderColor(_screen, 0x272a2f);