diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-02-25 22:29:43 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-02-25 22:29:43 (GMT) |
| commit | fe8268525776b8867e950d627bbc8d1df0234595 (patch) | |
| tree | 750a71ceeec77a0d3f4cc688bc3eb3e89c9a4bd1 /src/interface.c | |
| parent | f41f96f59899cfab8534d24f40c83df088e8d2c5 (diff) | |
| download | powder-fe8268525776b8867e950d627bbc8d1df0234595.zip powder-fe8268525776b8867e950d627bbc8d1df0234595.tar.gz | |
Old nothing display mode in the form of Basic colour mode
Diffstat (limited to 'src/interface.c')
| -rw-r--r-- | src/interface.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interface.c b/src/interface.c index 163e46b..dfba6bd 100644 --- a/src/interface.c +++ b/src/interface.c @@ -6426,10 +6426,10 @@ void render_ui(pixel * vid_buf, int xcoord, int ycoord, int orientation) int display_optionicons[] = {0xD4, 0x99, 0x98, 0xBE, 0xDE, 0x9A, -1}; char * display_desc[] = {"Air: Cracker", "Air: Pressure", "Air: Velocity", "Air: Heat", "Warp effect", "Persistent", "Effects"}; - int colour_optioncount = 3; - int colour_options[] = {COLOUR_LIFE, COLOUR_HEAT, COLOUR_GRAD}; - int colour_optionicons[] = {0xE0, 0xBE, 0xD3}; - char * colour_desc[] = {"Life", "Heat", "Heat Gradient"}; + int colour_optioncount = 4; + int colour_options[] = {COLOUR_BASC, COLOUR_LIFE, COLOUR_HEAT, COLOUR_GRAD}; + int colour_optionicons[] = {0xDB, 0xE0, 0xBE, 0xD3}; + char * colour_desc[] = {"Basic", "Life", "Heat", "Heat Gradient"}; yoffset = 16; xoffset = 0; |
