mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-31 13:20:34 +00:00
Initialize variables (they may be used uninitialzed further down below)
This commit is contained in:
parent
0d8f990d14
commit
f9837b9130
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue