mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
gameux: Don't compare with TRUE.
This commit is contained in:
parent
7702ccbfc9
commit
f93252aa9a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user