make sure music isn't muted for PlayFile
This commit is contained in:
parent
fb4633b257
commit
a28b1b8d37
1 changed files with 1 additions and 0 deletions
|
@ -508,6 +508,7 @@ global void PlayMusic(const char* name)
|
|||
*/
|
||||
global void PlayFile(const char* name)
|
||||
{
|
||||
MusicOff = 0;
|
||||
PlayMusic(name);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue