X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fsmoke_cloud.cpp;h=734a029eea931c498326f4c5765ad85b99f0b9bf;hb=78ac7aef674f518549f96160c6354b589553f952;hp=6c282213cbfae80cf2e1cbe996f5f16f8b495a0d;hpb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;p=supertux.git diff --git a/src/object/smoke_cloud.cpp b/src/object/smoke_cloud.cpp index 6c282213c..734a029ee 100644 --- a/src/object/smoke_cloud.cpp +++ b/src/object/smoke_cloud.cpp @@ -20,6 +20,8 @@ #include "sprite/sprite_manager.hpp" SmokeCloud::SmokeCloud(const Vector& pos) : + sprite(), + timer(), position(pos) { timer.start(.3f);