Fix ui warnings
This commit is contained in:
parent
4444202a41
commit
b55809b925
6 changed files with 16 additions and 16 deletions
|
@ -689,12 +689,12 @@ UI_DrawPlayer
|
|||
*/
|
||||
void UI_DrawPlayer( float x, float y, float w, float h, playerInfo_t *pi, int time ) {
|
||||
refdef_t refdef;
|
||||
refEntity_t legs;
|
||||
refEntity_t torso;
|
||||
refEntity_t head;
|
||||
refEntity_t gun;
|
||||
refEntity_t barrel;
|
||||
refEntity_t flash;
|
||||
refEntity_t legs = {0};
|
||||
refEntity_t torso = {0};
|
||||
refEntity_t head = {0};
|
||||
refEntity_t gun = {0};
|
||||
refEntity_t barrel = {0};
|
||||
refEntity_t flash = {0};
|
||||
vec3_t origin;
|
||||
int renderfx;
|
||||
vec3_t mins = {-16, -16, -24};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue