summaryrefslogtreecommitdiffstats
path: root/src/robotmain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/robotmain.h')
-rw-r--r--src/robotmain.h34
1 files changed, 24 insertions, 10 deletions
diff --git a/src/robotmain.h b/src/robotmain.h
index 799a0b7..b0ecf85 100644
--- a/src/robotmain.h
+++ b/src/robotmain.h
@@ -1,4 +1,18 @@
-// robotmain.h
+// * 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
+// * it under the terms of the GNU General Public License as published by
+// * the Free Software Foundation, either version 3 of the License, or
+// * (at your option) any later version.
+// *
+// * This program is distributed in the hope that it will be useful,
+// * but WITHOUT ANY WARRANTY; without even the implied warranty of
+// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// * 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 .
#ifndef _ROBOTMAIN_H_
#define _ROBOTMAIN_H_
@@ -79,8 +93,8 @@ typedef struct
D3DVECTOR pos;
float dist;
ObjectType type;
- int min; // gagné si >
- int max; // gagné si <
+ int min; // gagn� si >
+ int max; // gagn� si <
int lost; // perdu si <=
BOOL bImmediat;
char message[100];
@@ -340,7 +354,7 @@ protected:
float m_checkEndTime;
float m_winDelay;
float m_lostDelay;
- BOOL m_bFixScene; // scène fixe, sans interraction
+ BOOL m_bFixScene; // sc�ne fixe, sans interraction
BOOL m_bBase; // OBJECT_BASE existe dans mission
FPOINT m_lastMousePos;
CObject* m_selectObject;
@@ -362,14 +376,14 @@ protected:
int m_movieInfoIndex;
BOOL m_bImmediatSatCom; // SatCom tout de suite ?
- BOOL m_bBeginSatCom; // message SatCom affiché ?
+ BOOL m_bBeginSatCom; // message SatCom affich� ?
BOOL m_bMovieLock; // film en cours ?
BOOL m_bSatComLock; // appel du SatCom possible ?
- BOOL m_bEditLock; // édition en cours ?
- BOOL m_bEditFull; // édition en plein écran ?
+ BOOL m_bEditLock; // �dition en cours ?
+ BOOL m_bEditFull; // �dition en plein �cran ?
BOOL m_bPause; // simulation en pause
BOOL m_bHilite;
- BOOL m_bTrainerPilot; // télécommande trainer ?
+ BOOL m_bTrainerPilot; // t�l�commande trainer ?
BOOL m_bSuspend;
BOOL m_bFriendAim;
BOOL m_bResetCreate;
@@ -429,8 +443,8 @@ protected:
char m_gamerName[100];
- long m_freeBuild; // bâtiments constructibles
- long m_freeResearch; // recherches effectuées
+ long m_freeBuild; // b�timents constructibles
+ long m_freeResearch; // recherches effectu�es
ShowLimit m_showLimit[MAXSHOWLIMIT];