mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 22:11:01 +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;
|
||||
|
||||
angle_t ang;
|
||||
angle_t ang = 0;
|
||||
fixed_t iscale;
|
||||
fixed_t scalestep; // toast '16
|
||||
fixed_t offset, offset2;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue