mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-17 09:32:33 +00:00
GCC 4.6 and lower fix
This commit is contained in:
parent
79297d0cd7
commit
41b3b3c5bd
1 changed files with 1 additions and 1 deletions
|
@ -1119,7 +1119,7 @@ static void R_ProjectSprite(mobj_t *thing)
|
||||||
|
|
||||||
vissprite_t *vis;
|
vissprite_t *vis;
|
||||||
|
|
||||||
angle_t ang;
|
angle_t ang = 0;
|
||||||
fixed_t iscale;
|
fixed_t iscale;
|
||||||
fixed_t scalestep; // toast '16
|
fixed_t scalestep; // toast '16
|
||||||
fixed_t offset, offset2;
|
fixed_t offset, offset2;
|
||||||
|
|
Loading…
Reference in a new issue