Fix erronous assignment and add MaksProg to contributors list

This commit is contained in:
Simon Robertshaw
2011-10-11 00:25:43 +01:00
parent aaf17208a2
commit e1cd3cc180
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ static const char *it_msg =
"\n"
"Contributors: \bgStanislaw K Skowronek (\brhttp://powder.unaligned.org\bg, \bbirc.unaligned.org #wtf\bg),\n"
"\bgSimon Robertshaw, Skresanov Savely, cracker64, Catelite, Bryan Hoyle, Nathan Cousins, jacksonmj,\n"
"\bgLieuwe Mosch, Anthony Boot, Matthew Miller\n"
"\bgLieuwe Mosch, Anthony Boot, Matthew Miller, MaksProg\n"
"\n"
"\bgTo use online features such as saving, you need to register at: \brhttp://powdertoy.co.uk/Register.html"
;

View File

@@ -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)