Removed intro-playing part of world script
authorChristoph Sommer <mail@christoph-sommer.de>
Sat, 19 Aug 2006 10:06:06 +0000 (10:06 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Sat, 19 Aug 2006 10:06:06 +0000 (10:06 +0000)
SVN-Revision: 4200

data/levels/world1/world.nut

index 539cbd6..d3990cd 100644 (file)
@@ -1,15 +1,3 @@
-if(! ("intro_displayed" in state)) {
-       println("Display intro");
-       load_level("levels/world1/intro.stl");
-       println("Wait for screenswitch");
-       wait_for_screenswitch();
-       println("ok1");
-       wait_for_screenswitch();
-       println("ok2");
-       state.intro_displayed <- true;
-       save_state();
-}
-
 if(! ("world" in state)) {
        println("No worldfound");
        state.world <- "levels/world1/worldmap.stwm";