X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Fwind.cpp;h=a90a520d906b7ef4a06f92f88a581cafc6730ec4;hb=0608116fe96de0edda6dcd8d1e0e528ff1c73f9f;hp=6140108d679f0792c05f171186524f7db6b1143f;hpb=d0e404874455994e6276d23d76fb9f1ea6d06094;p=supertux.git diff --git a/src/scripting/wind.cpp b/src/scripting/wind.cpp index 6140108d6..a90a520d9 100644 --- a/src/scripting/wind.cpp +++ b/src/scripting/wind.cpp @@ -1,4 +1,4 @@ -// $Id: wind.cpp 3719 2006-06-24 13:27:29Z anmaster $ +// $Id$ // // SuperTux // Copyright (C) 2006 Matthias Braun @@ -36,13 +36,13 @@ namespace Scripting Wind::~Wind() { } - - void Wind::start() + + void Wind::start() { wind->start(); } - void Wind::stop() + void Wind::stop() { wind->stop(); }