summaryrefslogtreecommitdiffstats
path: root/src/modfile.h
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-03-25 22:00:31 +0300
committerProgramerus <alcadeias95@gmail.com>2012-03-25 22:00:31 +0300
commit2985717fc2be730f7885b014eab6fadf0e71bccf (patch)
treeae125e07fe2161060dda7cbae88bd355e5c6da74 /src/modfile.h
parent6c3bc12f0ccb256fca655688531f0ddefe2900e3 (diff)
downloadcolobot-2985717fc2be730f7885b014eab6fadf0e71bccf.tar.gz
colobot-2985717fc2be730f7885b014eab6fadf0e71bccf.tar.bz2
colobot-2985717fc2be730f7885b014eab6fadf0e71bccf.zip
Comments translated from French to English.
Diffstat (limited to 'src/modfile.h')
-rw-r--r--src/modfile.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/modfile.h b/src/modfile.h
index ab18935..3ad4175 100644
--- a/src/modfile.h
+++ b/src/modfile.h
@@ -12,7 +12,9 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see http://www.gnu.org/licenses/.// modfile.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// modfile.h
#ifndef _MODFILE_H_
#define _MODFILE_H_
@@ -26,8 +28,8 @@ class CD3DEngine;
typedef struct
{
- char bUsed; // TRUE -> utilisé
- char bSelect; // TRUE -> sélectionné
+ char bUsed; // TRUE -> using
+ char bSelect; // TRUE -> selected
D3DVERTEX p1;
D3DVERTEX p2;
D3DVERTEX p3;
@@ -36,12 +38,12 @@ typedef struct
float min;
float max;
}
-OldModelTriangle1; // longueur = 196 bytes
+OldModelTriangle1; // length = 196 bytes
typedef struct
{
- char bUsed; // TRUE -> utilisé
- char bSelect; // TRUE -> sélectionné
+ char bUsed; // TRUE -> used
+ char bSelect; // TRUE -> selected
D3DVERTEX p1;
D3DVERTEX p2;
D3DVERTEX p3;
@@ -59,8 +61,8 @@ OldModelTriangle2;
typedef struct
{
- char bUsed; // TRUE -> utilisé
- char bSelect; // TRUE -> sélectionné
+ char bUsed; // TRUE -> used
+ char bSelect; // TRUE -> selected
D3DVERTEX2 p1;
D3DVERTEX2 p2;
D3DVERTEX2 p3;
@@ -74,7 +76,7 @@ typedef struct
short reserve3;
short reserve4;
}
-ModelTriangle; // longueur = 208 bytes
+ModelTriangle; // length = 208 bytes