From: Tobias Gläßer Date: Sat, 8 May 2004 12:01:56 +0000 (+0000) Subject: change back to to le_world as current world, when we are done testing our level. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=f7063c21f743532f38b6db4947fc824f3c68a1b2;p=supertux.git change back to to le_world as current world, when we are done testing our level. SVN-Revision: 1042 --- 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()