summaryrefslogtreecommitdiffstats
path: root/playtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'playtree.c')
-rw-r--r--playtree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/playtree.c b/playtree.c
index a10c43703f..ead621b4fe 100644
--- a/playtree.c
+++ b/playtree.c
@@ -710,9 +710,8 @@ play_tree_iter_up_step(play_tree_iter_t* iter, int d,int with_nodes) {
iter->tree = iter->tree->parent;
// Pop subtree params
- if(iter->config && iter->entry_pushed > 0) {
+ if(iter->config) {
m_config_pop(iter->config);
- iter->entry_pushed = 0;
if(iter->mode == PLAY_TREE_ITER_RND)
iter->tree->flags |= PLAY_TREE_RND_PLAYED;
}