diff options
Diffstat (limited to 'src/hexen')
-rw-r--r-- | src/hexen/h2_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hexen/h2_main.c b/src/hexen/h2_main.c index 656ab80c..ef223c0e 100644 --- a/src/hexen/h2_main.c +++ b/src/hexen/h2_main.c @@ -147,6 +147,8 @@ void D_BindVariables(void) { int i; + M_ApplyPlatformDefaults(); + I_BindVideoVariables(); I_BindJoystickVariables(); I_BindSoundVariables(); |