Commit f93252aa authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

gameux: Don't compare with TRUE.

parent 7702ccbf
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment