mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
SW: Update calls to functions that have been renamed.
Patch from Striker. git-svn-id: https://svn.eduke32.com/eduke32@7509 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
864ab5cac5
commit
b242259be1
21 changed files with 209 additions and 200 deletions
|
@ -770,7 +770,7 @@ SWBOOL CacheSound(int num, int type)
|
|||
*/
|
||||
vp->lock = CACHE_UNLOCK_MAX;
|
||||
|
||||
allocache((intptr_t*)&vp->data, length, &vp->lock);
|
||||
cacheAllocateBlock((intptr_t*)&vp->data, length, &vp->lock);
|
||||
|
||||
#if 0
|
||||
// DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue