GCC 4.6 and lower fix

This commit is contained in:
toasterbabe 2016-08-22 23:39:27 +01:00
parent e42885a23c
commit e8d65f0b54

View file

@ -1107,7 +1107,7 @@ static void R_ProjectSprite(mobj_t *thing)
vissprite_t *vis;
angle_t ang;
angle_t ang = 0; // gcc 4.6 and lower fix
fixed_t iscale;
fixed_t scalestep; // toast '16
fixed_t offset, offset2;