--- SuperTux-v0.6.2-Source.old/src/worldmap/tux.cpp +++ SuperTux-v0.6.2-Source/src/worldmap/tux.cpp @@ -153,7 +153,8 @@ // We got a new direction, so lets start walking when possible Vector next_tile; - 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->path_ok(m_input_direction, m_tile_pos, &next_tile)) { m_tile_pos = next_tile;