--- supertux-0.7.0-beta.1.old/src/worldmap/tux.cpp +++ supertux-0.7.0-beta.1/src/worldmap/tux.cpp @@ -196,7 +196,7 @@ // We got a new direction, so lets start walking when possible Vector next_tile(0.0f, 0.0f); - if ((!level || level->is_solved() || level->is_perfect() + if ((!level || 1 || level->is_solved() || level->is_perfect() || (Editor::current() && Editor::current()->is_testing_level())) && m_worldmap->get_sector().path_ok(m_input_direction, m_tile_pos, &next_tile)) {