git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11781
d7cf8633-e32d-0410-b094-
e92efae38249
S_KillChannel(now_c);
}else{ //We found no channel .... So we need to make a new one ...
channel_new_smart(&prev_c,&now_c);
- now_c->entnum =entnum;
- now_c->entchannel=entchannel;
if(!now_c){
Con_Printf("S_StartSound_OnEnt: could not make new channel_t\n");
channel_delete_and_next(&prev_c,&now_c);
return -1;
}
+ now_c->entnum =entnum;
+ now_c->entchannel=entchannel;
}
//Lets start the sound on the acquired sound source and channel