0
0
Fork 0
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:
toasterbabe 2016-08-22 23:42:06 +01:00
parent 79297d0cd7
commit 41b3b3c5bd

View file

@ -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;