mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 19:20:43 +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
|
@ -630,7 +630,7 @@ void DoTheCache(void)
|
|||
{
|
||||
if ((TEST(gotpic[i>>3], 1<<(i&7))) && (!waloff[i]))
|
||||
{
|
||||
loadtile(i);
|
||||
tileLoad(i);
|
||||
cnt++;
|
||||
if (!(cnt&7))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue