summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/powder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/powder.c b/src/powder.c
index e5680eb..41f9196 100644
--- a/src/powder.c
+++ b/src/powder.c
@@ -2890,7 +2890,7 @@ int create_parts(int x, int y, int rx, int ry, int c, int flags)
int wall = c - 100;
if (c==SPC_WIND || c==PT_FIGH)
return 0;
- }
+
if(c==SPC_PROP){
prop_edit_ui(vid_buf, x, y);
return 0;