]> icculus.org git repositories - divverent/darkplaces.git/commit
Added pointsound QC function to CL and SV VMs (extension DP_SV_POINTSOUND, #483)...
authordresk <dresk@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 26 Aug 2007 19:02:29 +0000 (19:02 +0000)
committerdresk <dresk@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 26 Aug 2007 19:02:29 +0000 (19:02 +0000)
commit4ed0394dfb5ec223db2b82a53db57acc442c7fde
treec4860e7d2d588ee46926d8bf6bb57edca76fb837
parentdedaa3df678d0cc959a2884d8e2c4159a9b1fb30
Added pointsound QC function to CL and SV VMs (extension DP_SV_POINTSOUND, #483).  This function is very similar to sound, though instead of providing an entity, an origin is provided, and the channel parameter is omitted (since no entity is being tracked).

This function requires no modification to the protocol layer (since origin was always sent with sound calls, along with an entity).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7537 d7cf8633-e32d-0410-b094-e92efae38249
clvm_cmds.c
server.h
sv_main.c
svvm_cmds.c