summaryrefslogtreecommitdiffstats
path: root/src/cloud.h
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-03-17 16:31:23 +0100
committerProgramerus <alcadeias95@gmail.com>2012-03-17 16:31:23 +0100
commit95f8791d74d441325be8a82f853848c7693d3ff3 (patch)
treecde9382d9f07daa62fca372d4fb188eafee0c271 /src/cloud.h
parent2dd7ece79929ef5397d6a73f2cea4a48a1e170b0 (diff)
downloadcolobot-95f8791d74d441325be8a82f853848c7693d3ff3.tar.gz
colobot-95f8791d74d441325be8a82f853848c7693d3ff3.tar.bz2
colobot-95f8791d74d441325be8a82f853848c7693d3ff3.zip
Comments translated from French to English.
Diffstat (limited to 'src/cloud.h')
-rw-r--r--src/cloud.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/cloud.h b/src/cloud.h
index e53b075..a3fc2b9 100644
--- a/src/cloud.h
+++ b/src/cloud.h
@@ -28,8 +28,8 @@ class CTerrain;
typedef struct
{
- short x, y; // d�but
- short len; // longueur en x
+ short x, y; // beginning
+ short len; // in length x
float px1, px2, pz;
}
CloudLine;
@@ -59,23 +59,23 @@ protected:
protected:
CInstanceManager* m_iMan;
- CD3DEngine* m_engine;
- CTerrain* m_terrain;
+ CD3DEngine* m_engine;
+ CTerrain* m_terrain;
char m_filename[100];
- float m_level; // niveau global
- FPOINT m_speed; // vitesse d'avance (vent)
- D3DCOLORVALUE m_diffuse; // couleur diffuse
- D3DCOLORVALUE m_ambient; // couleur ambiante
+ float m_level; // overall level
+ FPOINT m_speed; // feedrate (wind)
+ D3DCOLORVALUE m_diffuse; // diffuse color
+ D3DCOLORVALUE m_ambient; // ambient color
float m_time;
float m_lastTest;
int m_subdiv;
- D3DVECTOR m_wind; // vitesse du vent
- int m_brick; // nb de briques*mosa�que
- float m_size; // taille d'un �l�ment dans une brique
+ D3DVECTOR m_wind; // wind speed
+ int m_brick; // brick mosaic
+ float m_size; // size of a brick element
- int m_lineUsed;
+ int m_lineUsed;
CloudLine m_line[MAXCLOUDLINE];
BOOL m_bEnable;