summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-05-24 19:01:07 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-05-24 19:01:07 (GMT)
commit2f145e81884f782faa5deed07affca4c728d9b3d (patch)
tree3c80f2fb9b534af5b4a2e00bc6d600f22e7c82f7 /src/interface.c
parent4da9a26502fa79f54330866671992498a6a6d289 (diff)
downloadpowder-2f145e81884f782faa5deed07affca4c728d9b3d.zip
powder-2f145e81884f782faa5deed07affca4c728d9b3d.tar.gz
Add DISPLAY_EFFE back after it was removed by 0799c2e09d2e7a4237b393c8eaa61031418ec402
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interface.c b/src/interface.c
index d61dab5..88c5db6 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -6671,10 +6671,10 @@ void render_ui(pixel * vid_buf, int xcoord, int ycoord, int orientation)
int render_optionicons[] = {0xE1, 0xDF, 0x9B, 0xC4, 0xBF, 0xDB};
char * render_desc[] = {"Effects", "Glow", "Fire", "Blur", "Blob", "Basic"};
- int display_optioncount = 6;
- int display_options[] = {DISPLAY_AIRC, DISPLAY_AIRP, DISPLAY_AIRV, DISPLAY_AIRH, DISPLAY_WARP, DISPLAY_PERS};
- int display_optionicons[] = {0xD4, 0x99, 0x98, 0xBE, 0xDE, 0x9A};
- char * display_desc[] = {"Air: Cracker", "Air: Pressure", "Air: Velocity", "Air: Heat", "Warp effect", "Persistent"};
+ int display_optioncount = 7;
+ int display_options[] = {DISPLAY_AIRC, DISPLAY_AIRP, DISPLAY_AIRV, DISPLAY_AIRH, DISPLAY_WARP, DISPLAY_PERS, DISPLAY_EFFE};
+ int display_optionicons[] = {0xD4, 0x99, 0x98, 0xBE, 0xDE, 0x9A, 0xE1};
+ char * display_desc[] = {"Air: Cracker", "Air: Pressure", "Air: Velocity", "Air: Heat", "Warp effect", "Persistent", "Effects"};
int colour_optioncount = 4;
int colour_options[] = {COLOUR_BASC, COLOUR_LIFE, COLOUR_HEAT, COLOUR_GRAD};