diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-18 13:43:09 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-18 13:43:09 (GMT) |
| commit | 82a19334001969af688cd52eb48509d4b91cef59 (patch) | |
| tree | c33006ba70b35a76aaf46fe11f84371b3a5bd017 /src/simulation | |
| parent | df2d698ed5e6d824b6fb4a50eaaf4ecadf78f65b (diff) | |
| download | powder-82a19334001969af688cd52eb48509d4b91cef59.zip powder-82a19334001969af688cd52eb48509d4b91cef59.tar.gz | |
TPT: Old nothing display mode in the form of Basic colour mode fe82685257
Diffstat (limited to 'src/simulation')
| -rw-r--r-- | src/simulation/ElementGraphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/ElementGraphics.h b/src/simulation/ElementGraphics.h index 2f0946b..e84db94 100644 --- a/src/simulation/ElementGraphics.h +++ b/src/simulation/ElementGraphics.h @@ -37,6 +37,7 @@ #define COLOUR_HEAT 0x00000001 #define COLOUR_LIFE 0x00000002 #define COLOUR_GRAD 0x00000004 +#define COLOUR_BASC 0x00000008 #define COLOUR_DEFAULT 0x00000000 |
