From c2149f9ea6458c7ba8668626f64d1d39aef0b28a Mon Sep 17 00:00:00 2001 From: ehofman Date: Mon, 4 Aug 2003 12:07:04 +0000 Subject: [PATCH] Pre-initialize the variables driving the external force --- simgear/scene/sky/cloud.cxx | 2 ++ 1 file changed, 2 insertions(+) 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) { -- 2.39.5