diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-03 17:04:18 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-03 17:04:18 (GMT) |
| commit | 11d2b0eb3cfa6ff57fd6585c19b4dadd39cd7abb (patch) | |
| tree | 269f813d7ce5786748ce6a9938061cd2e960a574 /src/simulation/elements/EXOT.cpp | |
| parent | 57f949ecfbcd1baa38a90194d10a5d7266e504bd (diff) | |
| download | powder-11d2b0eb3cfa6ff57fd6585c19b4dadd39cd7abb.zip powder-11d2b0eb3cfa6ff57fd6585c19b4dadd39cd7abb.tar.gz | |
Correct VAC and EXOT colours, issue #49
Diffstat (limited to 'src/simulation/elements/EXOT.cpp')
| -rw-r--r-- | src/simulation/elements/EXOT.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/EXOT.cpp b/src/simulation/elements/EXOT.cpp index 3db5bc9..8934f89 100644 --- a/src/simulation/elements/EXOT.cpp +++ b/src/simulation/elements/EXOT.cpp @@ -4,7 +4,7 @@ Element_EXOT::Element_EXOT() { Identifier = "DEFAULT_PT_EXOT"; Name = "EXOT"; - Colour = PIXPACK(0x808080); + Colour = PIXPACK(0x404040); MenuVisible = 1; MenuSection = SC_NUCLEAR; Enabled = 1; |
