summaryrefslogtreecommitdiffstats
path: root/Gui/win32/dialogs.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/win32/dialogs.c')
-rw-r--r--Gui/win32/dialogs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gui/win32/dialogs.c b/Gui/win32/dialogs.c
index e954d93e7e..60a2d75084 100644
--- a/Gui/win32/dialogs.c
+++ b/Gui/win32/dialogs.c
@@ -529,7 +529,6 @@ static LRESULT CALLBACK PlayListWndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPA
case ID_PLAY:
if(selected) pl->current = selected - 1;
mplSetFileName(NULL, pl->tracks[pl->current]->filename, STREAMTYPE_STREAM);
- mplGotoTheNext = guiIntfStruct.Playing? 0 : 1;
gui->startplay(gui);
}
return 0;