Updated xmms-ctl to work with the newest version
This commit is contained in:
parent
8db03fa788
commit
3b7e620e6a
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue