commit 53b6f69f94e6031bbfc0521dec1d58424a06ac1f
parent d1298cadb9561045a5c621fc3f65be7adfb8e799
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date: Fri, 13 Jan 2012 22:50:16 +0100
Correction de la couleur des toits.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;