Initialize variables (they may be used uninitialzed further down below)

This commit is contained in:
Yamagi Burmeister 2012-06-01 17:59:00 +02:00
parent 0d8f990d14
commit f9837b9130

View file

@ -1026,7 +1026,7 @@ R_FindImage ( char *name, imagetype_t type )
int i, len;
byte *pic, *palette;
int width, height;
int realwidth, realheight;
int realwidth = 0, realheight = 0;
char *ptr;
char namewe[256];