FIERON default

This commit is contained in:
Dana Jansens 2003-01-29 23:24:33 +00:00
parent b2896c3e5f
commit 88662942c6

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);