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/mainmovie.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/mainmovie.cpp') diff --git a/src/mainmovie.cpp b/src/mainmovie.cpp index 5efeff0..05c9503 100644 --- a/src/mainmovie.cpp +++ b/src/mainmovie.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/.// mainmovie.cpp #define STRICT #define D3D_OVERLOADS @@ -71,7 +71,7 @@ void CMainMovie::Flush() } -// D�but d'un film. +// Début d'un film. BOOL CMainMovie::Start(MainMovieType type, float time) { @@ -89,7 +89,7 @@ BOOL CMainMovie::Start(MainMovieType type, float time) pObj = m_main->SearchHuman(); if ( pObj == 0 ) { - m_type = MM_NONE; // c'est d�j� fini ! + m_type = MM_NONE; // c'est déjà fini ! return TRUE; } @@ -126,7 +126,7 @@ BOOL CMainMovie::Start(MainMovieType type, float time) } m_camera->SetType(CAMERA_BACK); - m_type = MM_NONE; // c'est d�j� fini ! + m_type = MM_NONE; // c'est déjà fini ! } return TRUE; @@ -164,7 +164,7 @@ BOOL CMainMovie::IsExist() } -// Traite un �v�nement. +// Traite un événement. BOOL CMainMovie::EventProcess(const Event &event) { @@ -237,7 +237,7 @@ MainMovieType CMainMovie::RetType() return m_type; } -// Retourne le type du film stopp�. +// Retourne le type du film stoppé. MainMovieType CMainMovie::RetStopType() { -- cgit v1.2.3-1-g7c22