summaryrefslogtreecommitdiffstats
path: root/src/mainmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainmap.cpp')
-rw-r--r--src/mainmap.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mainmap.cpp b/src/mainmap.cpp
index cde0754..e05eb9d 100644
--- a/src/mainmap.cpp
+++ b/src/mainmap.cpp
@@ -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/.// mainmap.cpp
#define STRICT
#define D3D_OVERLOADS
@@ -65,7 +65,7 @@ CMainMap::~CMainMap()
}
-// Cr�e la mini-carte et les boutons correspondants.
+// Crée la mini-carte et les boutons correspondants.
void CMainMap::CreateMap()
{
@@ -272,7 +272,7 @@ void CMainMap::ZoomMap()
DimMap();
}
-// Active ou d�sactive la carte.
+// Active ou désactive la carte.
void CMainMap::MapEnable(BOOL bEnable)
{
@@ -296,7 +296,7 @@ void CMainMap::MapEnable(BOOL bEnable)
}
}
-// Sp�cifie le type de l'ic�ne pour l'objet s�lectionn�.
+// Spécifie le type de l'icône pour l'objet sélectionné.
void CMainMap::SetToy(BOOL bToy)
{
@@ -312,7 +312,7 @@ void CMainMap::SetToy(BOOL bToy)
pm->SetToy(bToy);
}
-// Sp�cifie les param�tres lors de l'usage d'une image fixe.
+// Spécifie les paramètres lors de l'usage d'une image fixe.
void CMainMap::SetFixParam(float zoom, float ox, float oy, float angle,
int mode, BOOL bDebug)
@@ -333,7 +333,7 @@ void CMainMap::SetFixParam(float zoom, float ox, float oy, float angle,
pm->SetDebug(bDebug);
}
-// Met � jour la mini-carte suite � un changement du terrain.
+// Met à jour la mini-carte suite à un changement du terrain.
void CMainMap::UpdateMap()
{
@@ -365,7 +365,7 @@ BOOL CMainMap::RetFixImage()
}
-// D�tecte l'objet vis� dans la mini-carte.
+// Détecte l'objet visé dans la mini-carte.
CObject* CMainMap::DetectMap(FPOINT pos, BOOL &bInMap)
{
@@ -382,7 +382,7 @@ CObject* CMainMap::DetectMap(FPOINT pos, BOOL &bInMap)
}
-// Indique l'objet survol� par la souris.
+// Indique l'objet survolé par la souris.
void CMainMap::SetHilite(CObject* pObj)
{