Updated xmms-ctl to work with the newest version

This commit is contained in:
eukos 2015-08-27 12:30:12 +02:00
parent 8db03fa788
commit 3b7e620e6a

View file

@ -59,7 +59,7 @@ void XMMS_Play(byte track, qboolean looping)
{
char buffer [32];
int ctltemp;
sprintf(buffer, "xmms-ctl -track-set %i", (int) track);
sprintf(buffer, "xmms-ctl -set-track %i", (int) track);
system(buffer);
system("xmms-ctl -play");