Fix warning
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1984 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -569,7 +569,7 @@ static bool
|
|||||||
dukv_Init (THIS_PTR, TFB_PixelFormat* fmt)
|
dukv_Init (THIS_PTR, TFB_PixelFormat* fmt)
|
||||||
{
|
{
|
||||||
This->format = fmt;
|
This->format = fmt;
|
||||||
This->audio_synced = 1;
|
This->audio_synced = true;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user