diff --git a/src/console/c_cmds.cpp b/src/console/c_cmds.cpp index 220b889ec4..5134344784 100644 --- a/src/console/c_cmds.cpp +++ b/src/console/c_cmds.cpp @@ -1114,7 +1114,7 @@ CCMD(idmus) FString map; int l; - if (!nomusic) + if (MusicEnabled()) { if (argv.argc() > 1) {