glsl_main.c: initialize t[] to silence compiler warning.

This commit is contained in:
Sander van Dijk 2012-02-01 22:07:39 +01:00 committed by Bill Currie
parent 82adc67a67
commit 49453b690f

View file

@ -209,7 +209,7 @@ R_DrawViewModel (void)
VISIBLE void
R_RenderView (void)
{
double t[10];
double t[10] = {};
int speeds = r_speeds->int_val;
if (speeds)