mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-06-02 18:11:44 +00:00
- renamed the remaining file system access wrappers in cache1d.h
This commit is contained in:
parent
749eda32c5
commit
30cbcb54b1
21 changed files with 65 additions and 90 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue