summaryrefslogtreecommitdiff
path: root/src/simulation
diff options
context:
space:
mode:
authorSimon 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)
commit11d2b0eb3cfa6ff57fd6585c19b4dadd39cd7abb (patch)
tree269f813d7ce5786748ce6a9938061cd2e960a574 /src/simulation
parent57f949ecfbcd1baa38a90194d10a5d7266e504bd (diff)
downloadpowder-11d2b0eb3cfa6ff57fd6585c19b4dadd39cd7abb.zip
powder-11d2b0eb3cfa6ff57fd6585c19b4dadd39cd7abb.tar.gz
Correct VAC and EXOT colours, issue #49
Diffstat (limited to 'src/simulation')
-rw-r--r--src/simulation/elements/EXOT.cpp2
-rw-r--r--src/simulation/tools/Vac.cpp2
2 files changed, 2 insertions, 2 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;
diff --git a/src/simulation/tools/Vac.cpp b/src/simulation/tools/Vac.cpp
index 1ac9c50..2777f75 100644
--- a/src/simulation/tools/Vac.cpp
+++ b/src/simulation/tools/Vac.cpp
@@ -5,7 +5,7 @@ Tool_Vac::Tool_Vac()
{
Identifier = "DEFAULT_TOOL_VAC";
Name = "VAC";
- Colour = PIXPACK(0x000000);
+ Colour = PIXPACK(0x303030);
Description = "Removes air pressure";
}