summaryrefslogtreecommitdiff
path: root/src/heretic
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic')
-rw-r--r--src/heretic/d_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/heretic/d_main.c b/src/heretic/d_main.c
index d501c496..10f5fd3e 100644
--- a/src/heretic/d_main.c
+++ b/src/heretic/d_main.c
@@ -737,6 +737,8 @@ void D_BindVariables(void)
extern int snd_Channels;
int i;
+ M_ApplyPlatformDefaults();
+
I_BindVideoVariables();
I_BindJoystickVariables();
I_BindSoundVariables();