mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-07 15:31:02 +00:00
- use proper music check in 'idmus' CCMD.
This commit is contained in:
parent
b82b5384a0
commit
a8a5613675
1 changed files with 1 additions and 1 deletions
|
@ -1114,7 +1114,7 @@ CCMD(idmus)
|
||||||
FString map;
|
FString map;
|
||||||
int l;
|
int l;
|
||||||
|
|
||||||
if (!nomusic)
|
if (MusicEnabled())
|
||||||
{
|
{
|
||||||
if (argv.argc() > 1)
|
if (argv.argc() > 1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue