Pre-initialize the variables driving the external force

This commit is contained in:
ehofman 2003-08-04 12:07:04 +00:00
parent 73a4994cac
commit c2149f9ea6

View File

@ -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)
{