X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.c;h=c4adb46d42732882e3760085adff74d84712f450;hb=548bc4ec64319d780a7bc38a6d0141bf526c7e16;hp=72ceb0d34704ed9393e2609bb51cd73e31c1a0b3;hpb=e618ade7dbf72d9ee207ff02ec6f79745234aa0d;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index 72ceb0d3..c4adb46d 100644 --- a/src/editor.c +++ b/src/editor.c @@ -5323,8 +5323,11 @@ static void CreateCounterButtons() if (i == ED_COUNTER_ID_SELECT_LEVEL) { font_type = FONT_LEVEL_NUMBER; +#if 1 + font_type_active = FONT_LEVEL_NUMBER_ACTIVE; +#else font_type_active = FONT_LEVEL_NUMBER; - +#endif x += 2 * ED_GADGET_DISTANCE; y -= ED_GADGET_DISTANCE;