revert pull request #258 (e308dd73bb)

Causes some issues with particle movement which was breaking some saves, and the previous commit still fixes these elements to move through gas wall instead of powder wall
This commit is contained in:
jacob1 2015-12-18 00:56:42 -05:00
parent 3226ce0ac2
commit bfc19d1fd7
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ Element_CO2::Element_CO2()
Gravity = 0.1f;
Diffusion = 1.0f;
HotAir = 0.000f * CFDS;
Falldown = 0;
Falldown = 1;
Flammable = 0;
Explosive = 0;

View File

@ -17,7 +17,7 @@ Element_FIRE::Element_FIRE()
Gravity = -0.1f;
Diffusion = 0.00f;
HotAir = 0.001f * CFDS;
Falldown = 0;
Falldown = 1;
Flammable = 0;
Explosive = 0;

View File

@ -17,7 +17,7 @@ Element_SMKE::Element_SMKE()
Gravity = -0.1f;
Diffusion = 0.00f;
HotAir = 0.001f * CFDS;
Falldown = 0;
Falldown = 1;
Flammable = 0;
Explosive = 0;