summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-05-11 20:29:35 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-05-14 12:43:51 (GMT)
commitcbfc73d8d60421c5d64a8cca0961c87bc33146d0 (patch)
tree6e6bd56693a9be3e65dd265aee09ee5ee82dda75 /src/interface.c
parent26dbf70709bbbcfddc5563d2d263ea3e1a98b4ef (diff)
downloadpowder-cbfc73d8d60421c5d64a8cca0961c87bc33146d0.zip
powder-cbfc73d8d60421c5d64a8cca0961c87bc33146d0.tar.gz
Turn WIND into a tool
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interface.c b/src/interface.c
index fd4e7ff..a3ee9bb 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -1718,7 +1718,7 @@ void menu_ui_v3(pixel *vid_buf, int i, int *sl, int *sr, int *dae, int b, int bq
{
for (n = UI_WALLSTART; n<UI_WALLSTART+UI_WALLCOUNT; n++)
{
- if (n!=SPC_AIR&&n!=SPC_HEAT&&n!=SPC_COOL&&n!=SPC_VACUUM)
+ if (n!=SPC_AIR&&n!=SPC_HEAT&&n!=SPC_COOL&&n!=SPC_VACUUM&&n!=SPC_WIND)
{
/*if (x-18<=2)
{
@@ -1755,7 +1755,7 @@ void menu_ui_v3(pixel *vid_buf, int i, int *sl, int *sr, int *dae, int b, int bq
{
for (n = UI_WALLSTART; n<UI_WALLSTART+UI_WALLCOUNT; n++)
{
- if (n==SPC_AIR||n==SPC_HEAT||n==SPC_COOL||n==SPC_VACUUM)
+ if (n==SPC_AIR||n==SPC_HEAT||n==SPC_COOL||n==SPC_VACUUM||n==SPC_WIND)
{
/*if (x-18<=0)
{