diff options
Diffstat (limited to 'apps/plugins/doom/doomstat.c')
| -rw-r--r-- | apps/plugins/doom/doomstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/doomstat.c b/apps/plugins/doom/doomstat.c index 75cc209..b6dc649 100644 --- a/apps/plugins/doom/doomstat.c +++ b/apps/plugins/doom/doomstat.c @@ -100,5 +100,5 @@ int doom_weapon_toggles; // killough 10/98 int monkeys IBSS_ATTR, default_monkeys; -boolean nosfxparm=0; +boolean enable_sound=1; boolean rockblock=1; |