- renamed the remaining file system access wrappers in cache1d.h

This commit is contained in:
Christoph Oelckers 2019-12-07 10:31:27 +01:00
parent 749eda32c5
commit 30cbcb54b1
21 changed files with 65 additions and 90 deletions

View file

@ -1393,7 +1393,7 @@ void G_DisplayLogo(void)
{
Net_GetPackets();
if (testkopen("3dr.ivf", 0) || testkopen("3dr.anm", 0))
if (fileSystem.FileExists("3dr.ivf") || fileSystem.FileExists("3dr.anm"))
{
Anim_Play("3dr.anm");
G_FadePalette(0, 0, 0, 252);