X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Fcandle.cpp;h=02235218236e000386f8fe7b919e7cf166893c61;hb=7a0031e8f250c852743709ab06ecafe1896eefbe;hp=1a4d3a65519e7cda92109013d27c23d48f0d0880;hpb=24e5b19904a9b115a92e933bd62748ff5c198613;p=supertux.git diff --git a/src/scripting/candle.cpp b/src/scripting/candle.cpp index 1a4d3a655..022352182 100644 --- a/src/scripting/candle.cpp +++ b/src/scripting/candle.cpp @@ -1,4 +1,4 @@ -// $Id: candle.cpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2006 Matthias Braun @@ -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); }