summaryrefslogtreecommitdiff
path: root/src/powder.c
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-10-10 23:25:43 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-10-10 23:25:43 (GMT)
commite1cd3cc1809522294e1d0c50965b48898b161209 (patch)
treec18b95422c5b675c4b605a0b9fbb655cfe4680eb /src/powder.c
parentaaf17208a2254708f5ddae39720e0fb93b0bbaa1 (diff)
downloadpowder-e1cd3cc1809522294e1d0c50965b48898b161209.zip
powder-e1cd3cc1809522294e1d0c50965b48898b161209.tar.gz
Fix erronous assignment and add MaksProg to contributors list
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 dad1f6e..5547ddd 100644
--- a/src/powder.c
+++ b/src/powder.c
@@ -847,7 +847,7 @@ inline int create_part(int p, int x, int y, int tv)//the function for creating a
if (t==PT_LIGH)
{
parts[i].tmp=270;
- if (p=-2)
+ if (p==-2)
parts[i].tmp2=4;
}
if (t==PT_SOAP)