From 80dfc96c7c30f9bc22cc802b876c79f4205d0cbd Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Fri, 3 Aug 2012 12:58:21 +0100 Subject: [PATCH] PROP tool colour --- src/game/Tool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/Tool.h b/src/game/Tool.h index 763968f37..f10d5f7a7 100644 --- a/src/game/Tool.h +++ b/src/game/Tool.h @@ -59,7 +59,7 @@ class PropertyTool: public Tool { public: PropertyTool(): - Tool(0, "PROP", "Property Edit. Click to alter the properties of elements in the field", 0, 0, 0, NULL) + Tool(0, "PROP", "Property Edit. Click to alter the properties of elements in the field", 0xfe, 0xa9, 0x00, NULL) { } virtual ~PropertyTool() {}