Silence compiler warnings.

This commit is contained in:
michal 2007-10-26 17:14:29 +01:00
parent 0e96a53aec
commit 11a19866f6

View file

@ -253,7 +253,7 @@ void draw_free_tmps( struct draw_stage *stage )
boolean draw_use_sse(struct draw_context *draw)
{
return draw->use_sse;
return (boolean) draw->use_sse;
}