summaryrefslogtreecommitdiff
path: root/src/powder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/powder.c')
-rw-r--r--src/powder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/powder.c b/src/powder.c
index 5260663..74ac89f 100644
--- a/src/powder.c
+++ b/src/powder.c
@@ -3695,7 +3695,7 @@ int create_parts(int x, int y, int r, int c)
}
return 1;
}
- if(sdl_mod & (KMOD_LALT))
+ if(sdl_mod & (KMOD_LALT) && sdl_mod & (KMOD_SHIFT))
{
for(j=-r; j<=r; j++)
for(i=-r; i<=r; i++)