diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-11 10:57:21 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-11 10:57:21 (GMT) |
| commit | 2f76c2374d9d8da0b3ed512113a611c9af5653b5 (patch) | |
| tree | a760cab309c4c471a304305ed7852b1de1c15efd /src/simulation/elements/TRON.cpp | |
| parent | ca7b02dbfdd0c11bc9e01b606797f5274f548c6c (diff) | |
| download | powder-2f76c2374d9d8da0b3ed512113a611c9af5653b5.zip powder-2f76c2374d9d8da0b3ed512113a611c9af5653b5.tar.gz | |
TPT: Give menu color to elements without one (stickmen, TRON, and WARP)
Diffstat (limited to 'src/simulation/elements/TRON.cpp')
| -rw-r--r-- | src/simulation/elements/TRON.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/TRON.cpp b/src/simulation/elements/TRON.cpp index 6d54125..36493a7 100644 --- a/src/simulation/elements/TRON.cpp +++ b/src/simulation/elements/TRON.cpp @@ -4,7 +4,7 @@ Element_TRON::Element_TRON() { Identifier = "DEFAULT_PT_TRON"; Name = "TRON"; - Colour = PIXPACK(0x000000); + Colour = PIXPACK(0xA9FF00); MenuVisible = 1; MenuSection = SC_SPECIAL; Enabled = 1; |
