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:
meep-eep
2005-11-11 01:31:01 +00:00
parent 3b7cea1db8
commit e07b42268f
+1 -1
View File
@@ -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;
} }