mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 11:19:51 +02:00
Fix erronous assignment and add MaksProg to contributors list
This commit is contained in:
@@ -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"
|
||||
;
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user