gameux: Don't compare with TRUE.

oldstable
Michael Stefaniuc 2011-10-01 21:40:11 +02:00 committed by Alexandre Julliard
parent 7702ccbfc9
commit f93252aa9a
1 changed files with 1 additions and 1 deletions

View File

@ -946,7 +946,7 @@ static HRESULT WINAPI GameStatisticsImpl_Save(
TRACE("(%p, %d)\n", This, trackChanges);
if(trackChanges == TRUE)
if(trackChanges)
FIXME("tracking changes not yet implemented\n");
hr = GAMEUX_updateStatisticsFile(&This->stats);