X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fscripting%2Fcandle.cpp;h=02235218236e000386f8fe7b919e7cf166893c61;hb=a113d3bd1feddd510e3b2852b0d42522735eee40;hp=cab136cd825c3899c994ef2486f93462443c389b;hpb=ff4c6994b952e26b854461d739eb3bcbfc30719f;p=supertux.git diff --git a/src/scripting/candle.cpp b/src/scripting/candle.cpp index cab136cd8..022352182 100644 --- a/src/scripting/candle.cpp +++ b/src/scripting/candle.cpp @@ -36,13 +36,13 @@ namespace Scripting Candle::~Candle() { } - - bool Candle::get_burning() + + bool Candle::get_burning() { return candle->get_burning(); } - void Candle::set_burning(bool burning) + void Candle::set_burning(bool burning) { candle->set_burning(burning); }