aboutsummaryrefslogtreecommitdiff
path: root/src/PlayerControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PlayerControl.cxx')
-rw-r--r--src/PlayerControl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlayerControl.cxx b/src/PlayerControl.cxx
index 3805f776..01a9c7e8 100644
--- a/src/PlayerControl.cxx
+++ b/src/PlayerControl.cxx
@@ -60,7 +60,7 @@ static void
player_command_wait_locked(struct player_control *pc)
{
while (pc->command != PLAYER_COMMAND_NONE)
- pc->cond.wait(pc->mutex);
+ pc->ClientWait();
}
static void