* B140: Screen now doesn't fade out if Tux is returning from World 2.
authorOndřej Hošek <ondra.hosek@gmail.com>
Mon, 29 Jan 2007 19:45:12 +0000 (19:45 +0000)
committerOndřej Hošek <ondra.hosek@gmail.com>
Mon, 29 Jan 2007 19:45:12 +0000 (19:45 +0000)
* Made MiniSwig even less whitespace-generating.

SVN-Revision: 4737

data/levels/world1/worldmap.stwm
tools/miniswig/create_wrapper.cpp

index 69f0103..55cc59c 100644 (file)
@@ -19,6 +19,7 @@
       (invisible-tile #t)
       (script "fadeout_screen( 2 );
 state.world <- \"levels/world2/worldmap.stwm\";")
+      (apply-to-direction "north")
       (x 37)
       (y 20)
     )
index 9be2f52..d574ea5 100644 (file)
@@ -51,8 +51,7 @@ WrapperCreator::create_wrapper(Namespace* ns)
     hppout <<"\n"
            << "}\n"
            << "\n"
-           << "#endif\n"
-           << "\n";
+           << "#endif\n";
 
     // cpp header
     out << "/**\n"