From 80cb8c399f79bac4dbd30fde5071a4667f20fdba Mon Sep 17 00:00:00 2001 From: Programerus Date: Fri, 6 Apr 2012 22:11:02 +0300 Subject: Comments translated from French to English. --- src/planet.h | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/planet.h b/src/planet.h index d8603a0..a05a702 100644 --- a/src/planet.h +++ b/src/planet.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/.// planet.h +// * along with this program. If not, see http://www.gnu.org/licenses/. + +// planet.h #ifndef _PLANET_H_ #define _PLANET_H_ @@ -27,14 +29,14 @@ class CD3DEngine; typedef struct { - char bUsed; // TRUE -> planète existe - FPOINT start; // position initiale en degrés - FPOINT angle; // position actuelle en degrés + char bUsed; // TRUE -> planet exists + FPOINT start; // initial position in degrees + FPOINT angle; // current position in degrees float dim; // dimensions (0..1) - float speed; // vitesse - float dir; // direction dans le ciel - char name[20]; // nom de la texture - FPOINT uv1, uv2; // mapping de la texture + float speed; // speed + float dir; // direction in the sky + char name[20]; // name of the texture + FPOINT uv1, uv2; // texture mapping char bTGA; // texture .TGA } Planet; -- cgit v1.2.3-1-g7c22