summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-03 11:58:21 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-03 11:58:21 (GMT)
commit80dfc96c7c30f9bc22cc802b876c79f4205d0cbd (patch)
treea063f2b7e57a48fbd91ecedff44087f9ba81da74 /src
parent347c382e9964ef7954246399ab9d96df43dcbff0 (diff)
downloadpowder-80dfc96c7c30f9bc22cc802b876c79f4205d0cbd.zip
powder-80dfc96c7c30f9bc22cc802b876c79f4205d0cbd.tar.gz
PROP tool colour
Diffstat (limited to 'src')
-rw-r--r--src/game/Tool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Tool.h b/src/game/Tool.h
index 763968f..f10d5f7 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() {}