* Coins inside boxes are now being counted. (We'll have to decide if we want the...
[supertux.git] / src / scripting / wrapper.cpp
index b19a3f0..1f8060b 100644 (file)
@@ -3253,7 +3253,6 @@ static SQInteger rand_wrapper(HSQUIRRELVM vm)
 }
 
 } // end of namespace Wrapper
-
 void create_squirrel_instance(HSQUIRRELVM v, Scripting::DisplayEffect* object, bool setup_releasehook)
 {
   using namespace Wrapper;