X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=snd_null.c;fp=snd_null.c;h=542b0b15f79fe8c825cbdac5a435d2955138a9dd;hp=1ed1cc81bd0570066c886f2b10bddf02f899c17a;hb=4afc8578d1934fafc515c720cacb37cccd5e01d8;hpb=a99e40916eec488b3d0865eb1264626eab239aa0 diff --git a/snd_null.c b/snd_null.c index 1ed1cc81..542b0b15 100755 --- a/snd_null.c +++ b/snd_null.c @@ -131,3 +131,8 @@ int S_GetSoundRate(void) { return 0; } + +int S_GetSoundChannels(void) +{ + return 0; +}