From 4856b983102b88fc252a78e5f822d9dd382dfd89 Mon Sep 17 00:00:00 2001 From: Programerus Date: Tue, 20 Mar 2012 18:41:22 +0100 Subject: Comment fix. --- src/d3dtextr.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/d3dtextr.cpp b/src/d3dtextr.cpp index 18b6798..7f977a5 100644 --- a/src/d3dtextr.cpp +++ b/src/d3dtextr.cpp @@ -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/.//----------------------------------------------------------------------------- +// * along with this program. If not, see http://www.gnu.org/licenses/. + +//----------------------------------------------------------------------------- // File: D3DTextr.cpp // // Desc: Functions to manage textures, including creating (loading from a @@ -469,7 +471,7 @@ HRESULT TextureContainer::LoadTargaFile( TCHAR* strMetaname, TCHAR* strFilename for( DWORD i=0; i<(m_dwWidth*m_dwHeight); i++ ) { //? if( m_pRGBAData[i] & 0x000000ff != 0xff ) - if( (m_pRGBAData[i] & 0x000000ff) != 0xff ) // erreur corrigée ! + if( (m_pRGBAData[i] & 0x000000ff) != 0xff ) // erreur corrig�e ! { m_bHasAlpha = TRUE; break; -- cgit v1.2.3-1-g7c22