From 1dbdd25460227fc9e6f8942dadad741f67151540 Mon Sep 17 00:00:00 2001 From: Christoph Sommer Date: Sat, 19 Aug 2006 10:06:06 +0000 Subject: [PATCH] Removed intro-playing part of world script SVN-Revision: 4200 --- data/levels/world1/world.nut | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/data/levels/world1/world.nut b/data/levels/world1/world.nut index 539cbd641..d3990cd06 100644 --- a/data/levels/world1/world.nut +++ b/data/levels/world1/world.nut @@ -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"; -- 2.11.0