summaryrefslogtreecommitdiffstats
path: root/src/old/terrain.cpp
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-06-26 23:01:17 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-06-26 23:01:17 +0200
commitc2a7375788aea0cf1c0f4c45e4823a8a9a85264d (patch)
tree932e79f6940366a96f25fee83510a5193a7cb1e3 /src/old/terrain.cpp
parentcf312c0b870175b8897ce98df6a8c46ccce92e2e (diff)
downloadcolobot-c2a7375788aea0cf1c0f4c45e4823a8a9a85264d.tar.gz
colobot-c2a7375788aea0cf1c0f4c45e4823a8a9a85264d.tar.bz2
colobot-c2a7375788aea0cf1c0f4c45e4823a8a9a85264d.zip
Removed trailing whitespace
Diffstat (limited to 'src/old/terrain.cpp')
-rw-r--r--src/old/terrain.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/old/terrain.cpp b/src/old/terrain.cpp
index 2f2250c..9804261 100644
--- a/src/old/terrain.cpp
+++ b/src/old/terrain.cpp
@@ -108,7 +108,7 @@ CTerrain::~CTerrain()
// +---+---o---+---+---> x
// | | | | |
// | | | | |
-// +---+---+---+---+
+// +---+---+---+---+
// | | | | | The land is viewed from above here.
// | | | | |
// +---+---+---+---+
@@ -759,7 +759,7 @@ D3DVERTEX2 CTerrain::RetVertex(int x, int y, int step)
// |
// +-------------------> x
-bool CTerrain::CreateMosaic(int ox, int oy, int step, int objRank,
+bool CTerrain::CreateMosaic(int ox, int oy, int step, int objRank,
const D3DMATERIAL7 &mat,
float min, float max)
{
@@ -1794,7 +1794,7 @@ float CTerrain::RetFloorLevel(const Math::Vector &p, bool bBrut, bool bWater)
return ps.y;
}
-// Returns the height to the ground.
+// Returns the height to the ground.
// This height is positive when you are above the ground.
float CTerrain::RetFloorHeight(const Math::Vector &p, bool bBrut, bool bWater)