From 1661e000e674f2f3cc4c94e55661b0d5c6effbec Mon Sep 17 00:00:00 2001 From: vng Date: Mon, 26 Sep 2011 14:03:44 +0300 Subject: [PATCH] Add correct oceans color. --- data/drawing_rules.bin | Bin 324312 -> 324312 bytes generator/classif_routine.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 data/drawing_rules.bin diff --git a/data/drawing_rules.bin b/data/drawing_rules.bin old mode 100644 new mode 100755 index 59859801e3fa920e8f989088af63b374cdd13888..9a974a6aa1989d6008462d6469c977bf6437d1e9 GIT binary patch delta 210 zcmccdRQSeI;f5B*7N!>FEiBeXlWk);raK$4sG>6F!bDh2pi+UxPzI(*9aM^y0SK6< yCoW@F0GS5n3c|V5VH(ktO^=6K0Ty2mR}bdCgmb4qgSkZ56ylQY4yG(K_5uJI$T+qD delta 227 zcmccdRQSeI;f5B*7N!>FEiBeX%$F};o^EHvqJ_$s0Tr2M0+sPGhA=P$rdI-Gc!8!c zzyQzm#AVD1C_;i@A&?ay{U}lp)nMDB(B;-+n)DKG()5QgxAB=m+_v4?lx6N-02Rtl A+yDRo diff --git a/generator/classif_routine.cpp b/generator/classif_routine.cpp index e7aa5f3cbf..855a19f7f7 100644 --- a/generator/classif_routine.cpp +++ b/generator/classif_routine.cpp @@ -38,7 +38,7 @@ namespace classificator // // 2. Append rules. // //int const color = 0; -// int const color = 0xD3D3D3; +// int const color = 0xB5D6F1; // //double const pixWidth = 1.5; // for (int i = 0; i <= scales::GetUpperScale(); ++i) // {