From f7d892cf4ef6bfce3747c4b6a810d4828b79833d Mon Sep 17 00:00:00 2001 From: Krzysztof H Date: Mon, 19 Mar 2012 12:44:39 +0100 Subject: Last coding fix ;) --- src/modfile.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/modfile.h') diff --git a/src/modfile.h b/src/modfile.h index d8c1ea5..ab18935 100644 --- a/src/modfile.h +++ b/src/modfile.h @@ -1,4 +1,4 @@ -// * This file is part of the COLOBOT source code +// * This file is part of the COLOBOT source code // * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch // * // * This program is free software: you can redistribute it and/or modify @@ -12,7 +12,7 @@ // * 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/. +// * along with this program. If not, see http://www.gnu.org/licenses/.// modfile.h #ifndef _MODFILE_H_ #define _MODFILE_H_ @@ -26,8 +26,8 @@ class CD3DEngine; typedef struct { - char bUsed; // TRUE -> utilis� - char bSelect; // TRUE -> s�lectionn� + char bUsed; // TRUE -> utilisé + char bSelect; // TRUE -> sélectionné D3DVERTEX p1; D3DVERTEX p2; D3DVERTEX p3; @@ -40,8 +40,8 @@ OldModelTriangle1; // longueur = 196 bytes typedef struct { - char bUsed; // TRUE -> utilis� - char bSelect; // TRUE -> s�lectionn� + char bUsed; // TRUE -> utilisé + char bSelect; // TRUE -> sélectionné D3DVERTEX p1; D3DVERTEX p2; D3DVERTEX p3; @@ -59,8 +59,8 @@ OldModelTriangle2; typedef struct { - char bUsed; // TRUE -> utilis� - char bSelect; // TRUE -> s�lectionn� + char bUsed; // TRUE -> utilisé + char bSelect; // TRUE -> sélectionné D3DVERTEX2 p1; D3DVERTEX2 p2; D3DVERTEX2 p3; -- cgit v1.2.3-1-g7c22