summaryrefslogtreecommitdiff
path: root/src/doom/d_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doom/d_main.c')
-rw-r--r--src/doom/d_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doom/d_main.c b/src/doom/d_main.c
index ce9b667d..9fa9ae3b 100644
--- a/src/doom/d_main.c
+++ b/src/doom/d_main.c
@@ -348,6 +348,8 @@ void D_BindVariables(void)
{
int i;
+ M_ApplyPlatformDefaults();
+
I_BindVideoVariables();
I_BindJoystickVariables();
I_BindSoundVariables();