summaryrefslogtreecommitdiff
path: root/src/simulation/elements/TRON.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/TRON.cpp')
-rw-r--r--src/simulation/elements/TRON.cpp2
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;