From f7063c21f743532f38b6db4947fc824f3c68a1b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Gl=C3=A4=C3=9Fer?= Date: Sat, 8 May 2004 12:01:56 +0000 Subject: [PATCH] change back to to le_world as current world, when we are done testing our level. SVN-Revision: 1042 --- src/leveleditor.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/leveleditor.cpp b/src/leveleditor.cpp index a45405d59..6ae7cab61 100644 --- a/src/leveleditor.cpp +++ b/src/leveleditor.cpp @@ -1522,9 +1522,7 @@ void le_testlevel() music_manager->halt_music(); Menu::set_current(NULL); - /*delete le_world.arrays_free(); - le_current_level->load_gfx(); - le_world.activate_bad_guys();*/ + World::set_current(le_world); } void le_showhelp() -- 2.11.0