From: ehofman Date: Mon, 4 Aug 2003 12:07:04 +0000 (+0000) Subject: Pre-initialize the variables driving the external force X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c2149f9ea6458c7ba8668626f64d1d39aef0b28a;p=simgear.git Pre-initialize the variables driving the external force --- diff --git a/simgear/scene/sky/cloud.cxx b/simgear/scene/sky/cloud.cxx index eaf813c6..e1f65de3 100644 --- a/simgear/scene/sky/cloud.cxx +++ b/simgear/scene/sky/cloud.cxx @@ -48,6 +48,8 @@ SGCloudLayer::SGCloudLayer( const string &tex_path ) : layer_transition(0.0), layer_coverage(SG_CLOUD_CLEAR), scale(4000.0), + speed(0.0), + direction(0.0), last_lon(0.0), last_lat(0.0) {