aboutsummaryrefslogtreecommitdiff
path: root/src/poser_charlesslow.c
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-04-02 00:14:26 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-04-02 00:14:26 -0600
commitd77155ee57f715288d73f7c77a14dc05ebc601da (patch)
tree256cae79ab64b4b64c8ee0d16398949e82328429 /src/poser_charlesslow.c
parentb449d5228c3c9b3f60e427f7427eb35c1509ca2f (diff)
downloadlibsurvive-d77155ee57f715288d73f7c77a14dc05ebc601da.tar.gz
libsurvive-d77155ee57f715288d73f7c77a14dc05ebc601da.tar.bz2
Fixed windows init issue
Diffstat (limited to 'src/poser_charlesslow.c')
-rw-r--r--src/poser_charlesslow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/poser_charlesslow.c b/src/poser_charlesslow.c
index b44225e..f725334 100644
--- a/src/poser_charlesslow.c
+++ b/src/poser_charlesslow.c
@@ -256,7 +256,7 @@ static FLT RunOpti( SurviveObject * hmd, PoserDataFullScene * fs, int lh, int pr
int dataindex = p*(2*NUM_LIGHTHOUSES)+lh*2;
if( fs->lengths[p][lh][0] < 0 || fs->lengths[p][lh][1] < 0 ) continue;
- FLT out[2] = {};
+ FLT out[2] = { 0 };
survive_apply_bsd_calibration(hmd->ctx, lh, fs->angles[p][lh], out);
//Find out where our ray shoots forth from.
@@ -343,7 +343,7 @@ static FLT RunOpti( SurviveObject * hmd, PoserDataFullScene * fs, int lh, int pr
if( fs->lengths[p][lh][0] < 0 || fs->lengths[p][lh][1] < 0 ) continue;
//Find out where our ray shoots forth from.
- FLT out[2] = {};
+ FLT out[2] = { 0 };
survive_apply_bsd_calibration(hmd->ctx, lh, fs->angles[p][lh], out);
// Find out where our ray shoots forth from.