diff options
| author | jacob1 <jfu614@gmail.com> | 2013-05-17 00:04:39 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-05-17 00:04:39 (GMT) |
| commit | 7b6ded50dca6df5dfe2b22eb47de966e02878284 (patch) | |
| tree | 1606c21a619b3da1cd21d08471f2a713660104ad /src/simulation/tools/Vac.cpp | |
| parent | fd97e923f3f8409346723a9924761c9e21bb79d3 (diff) | |
| download | powder-7b6ded50dca6df5dfe2b22eb47de966e02878284.zip powder-7b6ded50dca6df5dfe2b22eb47de966e02878284.tar.gz | |
rename GRAV back to PGRV, fix formatting in generator, remove useless file
Diffstat (limited to 'src/simulation/tools/Vac.cpp')
| -rw-r--r-- | src/simulation/tools/Vac.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/tools/Vac.cpp b/src/simulation/tools/Vac.cpp index aa319e2..fbf7e85 100644 --- a/src/simulation/tools/Vac.cpp +++ b/src/simulation/tools/Vac.cpp @@ -1,4 +1,4 @@ -#include "simulation/Tools.h" +#include "ToolClasses.h" #include "simulation/Air.h" //#TPT-Directive ToolClass Tool_Vac TOOL_VAC 2 Tool_Vac::Tool_Vac() @@ -6,7 +6,7 @@ Tool_Vac::Tool_Vac() Identifier = "DEFAULT_TOOL_VAC"; Name = "VAC"; Colour = PIXPACK(0x303030); - Description = "Removes air pressure"; + Description = "Reduces air pressure"; } int Tool_Vac::Perform(Simulation * sim, Particle * cpart, int x, int y, float strength) |
