From 53b6f69f94e6031bbfc0521dec1d58424a06ac1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 13 Jan 2012 22:50:16 +0100 Subject: [PATCH] Correction de la couleur des toits. --- rules/architecture/couleurs.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/architecture/couleurs.hh b/rules/architecture/couleurs.hh index 841d4bc..9a6505a 100644 --- a/rules/architecture/couleurs.hh +++ b/rules/architecture/couleurs.hh @@ -6,7 +6,7 @@ class Couleurs { public: static const unsigned int mur = 0xF1E3AD; - static const unsigned int toit = 0xE02000; + static const unsigned int toit = 0x961618; static const unsigned int route = 0x363636; static const unsigned int trottoir = 0x666666; static const unsigned int bordureTrottoir = 0xAAAAAA;