mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-26 14:21:03 +00:00
GCC 4.6 and lower fix
This commit is contained in:
parent
e42885a23c
commit
e8d65f0b54
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue