X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fcandle.cpp;h=614c42b04007a5c5e1751b829ef8485e5bf8e960;hb=ae7bd4f460fdd93934fc0abc9589758a49309bda;hp=98c48c1953f1a8c450dbe23b57bd4bcca46d8515;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/object/candle.cpp b/src/object/candle.cpp index 98c48c195..614c42b04 100644 --- a/src/object/candle.cpp +++ b/src/object/candle.cpp @@ -28,9 +28,9 @@ #include "random_generator.hpp" Candle::Candle(const lisp::Lisp& lisp) - : MovingSprite(lisp, "images/objects/candle/candle.sprite", LAYER_BACKGROUNDTILES+1, COLGROUP_DISABLED), burning(true), - candle_light_1("images/objects/candle/candle-light-1.png"), - candle_light_2("images/objects/candle/candle-light-2.png") + : MovingSprite(lisp, "images/objects/candle/candle.sprite", LAYER_BACKGROUNDTILES+1, COLGROUP_DISABLED), burning(true), + candle_light_1("images/objects/candle/candle-light-1.png"), + candle_light_2("images/objects/candle/candle-light-2.png") { lisp.get("name", name); lisp.get("burning", burning);