mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
- fix compile on Clang 9
This commit is contained in:
parent
0cb5658d41
commit
a431d6e190
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ bool S_ChangeMusic(const char* musicname, int order, bool looping, bool force)
|
||||||
{
|
{
|
||||||
Printf(TEXTCOLOR_RED "Unable to play music " TEXTCOLOR_WHITE "\"%s\"\n", musicname);
|
Printf(TEXTCOLOR_RED "Unable to play music " TEXTCOLOR_WHITE "\"%s\"\n", musicname);
|
||||||
}
|
}
|
||||||
else if (printmusicinfo) Printf("Playing music from file system %s:%s\n", fileSystem.GetResourceFileFullName(fileSystem.GetFileContainer(lumpnum)), fileSystem.GetFileFullPath(lumpnum));
|
else if (printmusicinfo) Printf("Playing music from file system %s:%s\n", fileSystem.GetResourceFileFullName(fileSystem.GetFileContainer(lumpnum)), fileSystem.GetFileFullPath(lumpnum).GetChars());
|
||||||
}
|
}
|
||||||
else if (printmusicinfo) Printf("Playing music from external file %s\n", musicname);
|
else if (printmusicinfo) Printf("Playing music from external file %s\n", musicname);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue