summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/water.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/common/water.h')
-rw-r--r--src/graphics/common/water.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphics/common/water.h b/src/graphics/common/water.h
index 5999eac..f5224a4 100644
--- a/src/graphics/common/water.h
+++ b/src/graphics/common/water.h
@@ -48,7 +48,7 @@ const short MAXWATVAPOR = 10;
struct WaterVapor
{
bool bUsed;
- ParticuleType type;
+ ParticleType type;
Math::Vector pos;
float delay;
float time;
@@ -96,7 +96,7 @@ protected:
bool CreateLine(int x, int y, int len);
void VaporFlush();
- bool VaporCreate(ParticuleType type, Math::Vector pos, float delay);
+ bool VaporCreate(ParticleType type, Math::Vector pos, float delay);
void VaporFrame(int i, float rTime);
protected: